X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=distro%2Fdeb%2FMakefile;h=9752f7a53cebbd5774ae7c34cd07530f891a5a44;hp=7594400300c9482bab11df2ae93b5509683a4114;hb=ef51b303873db5e97b9ddcf12cadc0c5df6bb855;hpb=35120caf80f7571e00a9b8924cfe18d49843cff8 diff --git a/distro/deb/Makefile b/distro/deb/Makefile index 7594400..9752f7a 100644 --- a/distro/deb/Makefile +++ b/distro/deb/Makefile @@ -17,7 +17,7 @@ endif base: $(MAKE) -C $(BASEDIR) clean CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \ - $(MAKE) -C $(BASEDIR) DESTDIR=distro/deb/$(DEBDIR) PREFIX=$(PREFIX) install + $(MAKE) -C $(BASEDIR) DESTDIR=distro/deb/$(DEBDIR) PREFIX=$(PREFIX) strip install @install -d -m755 $(DEBDIR)/DEBIAN @echo "Package: gmqcc" > $(CONTROL) @echo "Version: $(MAJOR).$(MINOR).$(PATCH)" >> $(CONTROL)