Skip to content

Commit 587be8c

Browse files
committed
debian packaging fix
1 parent ce34641 commit 587be8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ install: build
179179
# Add here commands to install the package into debian/tmp.
180180
$(MAKE) -C debian/build install DESTDIR=$(CURDIR)/debian/tmp
181181

182-
perl -i -pe 's=#!/usr/bin/env python=#!/usr/bin/python2.7=;' $(find debian/tmp -name "*.py")
182+
perl -i -pe 's=#!/usr/bin/env python=#!/usr/bin/python2.7=;' $$(find debian/tmp -name "*.py")
183183

184184
# remove unwanted files
185185
! [ -f debian/tmp/usr/share/qgis/doc/api/installdox ] || rm debian/tmp/usr/share/qgis/doc/api/installdox

0 commit comments

Comments
 (0)