From 57102aea4af110acfd590ea372e5ba0f1173a712 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Thu, 17 Jan 2013 22:34:06 +0000 Subject: [PATCH] Use $(PREFIX) --- distro/deb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distro/deb/Makefile b/distro/deb/Makefile index 8147a50..85e525b 100644 --- a/distro/deb/Makefile +++ b/distro/deb/Makefile @@ -11,9 +11,9 @@ DEBDIR := gmqcc-$(MAJOR).$(MINOR).$(PATCH) DEB := $(DEBDIR).deb base: - $(MAKE) -C $(BASEDIR) DESTDIR=distro/deb/$(DEBDIR)/ PREFIX=usr install + $(MAKE) -C $(BASEDIR) DESTDIR=distro/deb/$(DEBDIR)/ PREFIX=$(PREFIX) install @install -d -m755 $(DEBDIR)/DEBIAN - @cp control $(DEBDIR)/DEBIAN/ + @cp control $(DEBDIR)/DEBIAN/ @tar czf data.tar.gz $(DEBDIR)/[a-z]* @tar czf control.tar.gz $(DEBDIR)/DEBIAN/* -- 2.39.2