We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent fcb001d commit c3e161aCopy full SHA for c3e161a
debian/rules
@@ -131,9 +131,7 @@ endif
131
132
# remove unwanted files
133
rm debian/tmp/usr/share/qgis/doc/api/installdox
134
-ifeq (,$(findstring $(DISTRIBUTION),"lenny"))
135
- rm debian/tmp/usr/share/qgis/doc/api/jquery.js
136
-endif
+ ! [ -f debian/tmp/usr/share/qgis/doc/api/jquery.js ] || rm debian/tmp/usr/share/qgis/doc/api/jquery.js
137
138
# Install menu pixmap
139
install -o root -g root -d $(CURDIR)/debian/tmp/usr/share/pixmaps
0 commit comments