summaryrefslogtreecommitdiffstats
path: root/scripts/dbg_rpmbuildlocal
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dbg_rpmbuildlocal')
-rwxr-xr-xscripts/dbg_rpmbuildlocal11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/dbg_rpmbuildlocal b/scripts/dbg_rpmbuildlocal
deleted file mode 100755
index e0ed7add..00000000
--- a/scripts/dbg_rpmbuildlocal
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-exec rpmbuild \
---define "_topdir $PWD" \
---define "_builddir $PWD" \
---define "_rpmdir $PWD" \
---define "_sourcedir $PWD" \
---define "_specdir $PWD" \
---define "_srcrpmdir $PWD" \
---define "_build_name_fmt %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm" \
-"$@"