From: Ben Hutchings Date: Sun, 11 Nov 2007 16:11:39 +0000 (+0000) Subject: Changed /etc/X11/$(PACKAGE) to /etc/X11/ion3 since the path should be the same in... X-Git-Tag: 20080103-1~5 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=commitdiff_plain;h=b355f9832d094cdb9e700e01cbc063e3fdb4f58b Changed /etc/X11/$(PACKAGE) to /etc/X11/ion3 since the path should be the same in both ion3 and particleman packages. --- diff --git a/debian/rules b/debian/rules index d579505..9a26947 100755 --- a/debian/rules +++ b/debian/rules @@ -61,13 +61,13 @@ install-arch: build-arch $(MAKE) install \ PREFIX=$(CURDIR)/$(INSTDIR)/usr \ - ETCDIR=$(CURDIR)/$(INSTDIR)/etc/X11/$(PACKAGE) + ETCDIR=$(CURDIR)/$(INSTDIR)/etc/X11/ion3 # install other things (mainly -dev) dh_install -a # fix the installation - rm -f $(INSTDIR)/etc/X11/$(PACKAGE)/draw.lua + rm -f $(INSTDIR)/etc/X11/ion3/draw.lua binary-indep: build-indep install-indep dh_testdir