We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce34641 commit 587be8cCopy full SHA for 587be8c
debian/rules
@@ -179,7 +179,7 @@ install: build
179
# Add here commands to install the package into debian/tmp.
180
$(MAKE) -C debian/build install DESTDIR=$(CURDIR)/debian/tmp
181
182
- perl -i -pe 's=#!/usr/bin/env python=#!/usr/bin/python2.7=;' $(find debian/tmp -name "*.py")
+ perl -i -pe 's=#!/usr/bin/env python=#!/usr/bin/python2.7=;' $$(find debian/tmp -name "*.py")
183
184
# remove unwanted files
185
! [ -f debian/tmp/usr/share/qgis/doc/api/installdox ] || rm debian/tmp/usr/share/qgis/doc/api/installdox
0 commit comments