]> git.donarmstrong.com Git - dactyl.git/commitdiff
Set MANGLE=chrome (appears to be the default value in various places)
authorMichael Schutte <michi@uiae.at>
Tue, 26 Jul 2011 09:01:47 +0000 (11:01 +0200)
committerMichael Schutte <michi@uiae.at>
Tue, 26 Jul 2011 09:01:47 +0000 (11:01 +0200)
debian/rules

index 09d0e21a5d28eede96d0ec1be5db5c5f3e8d2631..afca4bc31c054045a643b58fa30e4255ca9b5b6f 100755 (executable)
@@ -8,7 +8,7 @@ VERSION=$(shell dpkg-parsechangelog | \
        dh $@ --with xul-ext
 
 override_dh_auto_build:
-       make DIRS=$(PACKAGES) MANGLE=$(VERSION) XPI_FILES=bootstrap.js xpi
+       make DIRS=$(PACKAGES) MANGLE=chrome XPI_FILES=bootstrap.js xpi
 
 override_dh_auto_install:
        for PACKAGE in $(PACKAGES); \
@@ -18,7 +18,7 @@ override_dh_auto_install:
 override_dh_auto_clean:
        make DIRS=$(PACKAGES) clean
        for PACKAGE in $(PACKAGES); \
-               do rm -f $$PACKAGE/$(VERSION).zip; \
+               do rm -f $$PACKAGE/chrome.zip; \
                done
 
 override_dh_installchangelogs: