mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 22:22:17 +00:00
Fix the brokenness
This commit is contained in:
parent
de28df33ec
commit
1d4c0bb388
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ DEBDIR := gmqcc-$(MAJOR).$(MINOR).$(PATCH)
|
||||||
DEB := $(DEBDIR).deb
|
DEB := $(DEBDIR).deb
|
||||||
|
|
||||||
base:
|
base:
|
||||||
$(MAKE) -C $(BASEDIR) DESTDIR=distro/deb/$(DEBDIR)/ PREFIX=/usr install
|
$(MAKE) -C $(BASEDIR) DESTDIR=distro/deb/$(DEBDIR)/ PREFIX=usr install
|
||||||
@install -d m755 $(DEBDIR)/DEBIAN
|
@install -d -m755 $(DEBDIR)/DEBIAN
|
||||||
@cp control $(DEBDIR)/DEBIAN/
|
@cp control $(DEBDIR)/DEBIAN/
|
||||||
|
|
||||||
@tar czf data.tar.gz $(DEBDIR)/[a-z]*
|
@tar czf data.tar.gz $(DEBDIR)/[a-z]*
|
||||||
|
|
Loading…
Reference in a new issue