diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-17 05:48:35 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-17 05:48:35 +0100 |
commit | 41e4a673b3ceb148413af057871af21ed13a457a (patch) | |
tree | f431c2359d86578da02be9268b7a3de043286549 /distribute | |
parent | 18fe0730c2757464f19636737a83fe65a26e3a1b (diff) | |
download | sciteco-41e4a673b3ceb148413af057871af21ed13a457a.tar.gz |
updated Debian package and fixed ./distribute (for Debian packages)
Diffstat (limited to 'distribute')
-rwxr-xr-x | distribute | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,6 +2,7 @@ # Overwrite, if building out-of-tree. SRCDIR=. +ABS_SRCDIR=$(abspath $(SRCDIR)) SCITECO_VERSION = 0.6 SCITECO_SRC = sciteco-$(SCITECO_VERSION).tar.gz @@ -14,13 +15,13 @@ all : $(SCITECO_SRC) debian mingw-binary # $(UBUNTU) sets the Ubuntu distribution and fixes the package's # version debian-prepare: debian-temp/ -debian-temp/ : bundle +debian-temp/ : $(SCITECO_SRC) mkdir debian-temp/ (cd debian-temp/; \ cp ../$(SCITECO_SRC) \ sciteco_$(SCITECO_VERSION).orig.tar.gz; \ tar xzf sciteco_$(SCITECO_VERSION).orig.tar.gz; \ - cp -r ../debian sciteco-$(SCITECO_VERSION)/; \ + cp -r $(ABS_SRCDIR)/debian sciteco-$(SCITECO_VERSION)/; \ ) ifneq ($(UBUNTU),) sciteco -e "@EB|debian-temp/sciteco-$(SCITECO_VERSION)/debian/changelog| \ |