Skip to content

Commit

Permalink
fix fcb001d - affects more distributions than just lenny
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 25, 2011
1 parent fcb001d commit c3e161a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions debian/rules
Expand Up @@ -131,9 +131,7 @@ endif

# remove unwanted files
rm debian/tmp/usr/share/qgis/doc/api/installdox
ifeq (,$(findstring $(DISTRIBUTION),"lenny"))
rm debian/tmp/usr/share/qgis/doc/api/jquery.js
endif
! [ -f debian/tmp/usr/share/qgis/doc/api/jquery.js ] || rm debian/tmp/usr/share/qgis/doc/api/jquery.js

# Install menu pixmap
install -o root -g root -d $(CURDIR)/debian/tmp/usr/share/pixmaps
Expand Down

0 comments on commit c3e161a

Please sign in to comment.