aboutsummaryrefslogtreecommitdiffstats
path: root/rpmb_deprecated
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-01-23 13:57:55 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-01-23 13:57:55 +0000
commit3611f2df8a449d03c626f3b5e80cceadc461966b (patch)
tree3185e8562ccc929e4ca135900b34a74d09a52e49 /rpmb_deprecated
parentf15b92baca5ccbb018123b8aa8e8be586d034f69 (diff)
downloadrpm-setup-3611f2df8a449d03c626f3b5e80cceadc461966b.tar
rpm-setup-3611f2df8a449d03c626f3b5e80cceadc461966b.tar.gz
rpm-setup-3611f2df8a449d03c626f3b5e80cceadc461966b.tar.bz2
rpm-setup-3611f2df8a449d03c626f3b5e80cceadc461966b.tar.xz
rpm-setup-3611f2df8a449d03c626f3b5e80cceadc461966b.zip
1.70: deprecate "rpm -b" in favor of "rpmbuild -b"1.70
Diffstat (limited to 'rpmb_deprecated')
-rw-r--r--rpmb_deprecated3
1 files changed, 3 insertions, 0 deletions
diff --git a/rpmb_deprecated b/rpmb_deprecated
new file mode 100644
index 0000000..b38aa06
--- /dev/null
+++ b/rpmb_deprecated
@@ -0,0 +1,3 @@
+#!/bin/sh
+echo '"rpm -b" is deprecated, use "rpmbuild -b"' 1>&2
+exec rpmbuild "$@"