From 1d4c0bb388168893d9f69d02e26ecbcd6ee7cfe5 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Thu, 17 Jan 2013 22:33:02 +0000 Subject: [PATCH] Fix the brokenness --- distro/deb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]* -- 2.39.2