From: Dale Weiler Date: Thu, 17 Jan 2013 22:33:02 +0000 (+0000) Subject: Fix the brokenness X-Git-Tag: before-library~233 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1d4c0bb388168893d9f69d02e26ecbcd6ee7cfe5;p=xonotic%2Fgmqcc.git Fix the brokenness --- diff --git a/distro/deb/Makefile b/distro/deb/Makefile index 77f9b2c..8147a50 100644 --- a/distro/deb/Makefile +++ b/distro/deb/Makefile @@ -11,8 +11,8 @@ DEBDIR := gmqcc-$(MAJOR).$(MINOR).$(PATCH) DEB := $(DEBDIR).deb base: - $(MAKE) -C $(BASEDIR) DESTDIR=distro/deb/$(DEBDIR)/ PREFIX=/usr install - @install -d m755 $(DEBDIR)/DEBIAN + $(MAKE) -C $(BASEDIR) DESTDIR=distro/deb/$(DEBDIR)/ PREFIX=usr install + @install -d -m755 $(DEBDIR)/DEBIAN @cp control $(DEBDIR)/DEBIAN/ @tar czf data.tar.gz $(DEBDIR)/[a-z]*