debian/Makefile: The replacement path was not expanded correctly.

This commit is contained in:
Ole Tange 2013-06-22 14:24:56 +02:00
parent 22f2eedff8
commit f813f02abf

View file

@ -10,7 +10,7 @@ build:
echo "To install, run:" ; \ echo "To install, run:" ; \
echo -e "\tapt-get install dpkg-dev" ; \ echo -e "\tapt-get install dpkg-dev" ; \
false ) false )
cd parallel-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]; perl -i -pe "s/201[0-9]{5}-[0-9]+/"`src/parallel --minversion 1`"/" debian/{changelog,control} cd parallel-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]; perl -i -pe "s/201[0-9]{5}-[0-9]+/"$$(src/parallel --minversion 1)"/" debian/changelog
cd parallel-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]; dpkg-buildpackage -us -uc -tc cd parallel-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]; dpkg-buildpackage -us -uc -tc
@echo @echo
@echo "To install the GNU Parallel Debian package, run:" @echo "To install the GNU Parallel Debian package, run:"