mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 05:57:54 +00:00
debian/Makefile: The replacement path was not expanded correctly.
This commit is contained in:
parent
22f2eedff8
commit
f813f02abf
|
@ -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:"
|
||||||
|
|
Loading…
Reference in a new issue