added exclude_modules for install in core

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@891 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 19 years ago
parent a89f0bc871
commit 16630ed0dc

@ -1,2 +0,0 @@
sems_1.0.0-0pre1-r856M_amd64.deb net optional
sems-python-modules_1.0.0-0pre1-r856M_amd64.deb net optional

@ -67,7 +67,7 @@ install: build
dh_installdirs
# Add here commands to install the package into debian/sems
$(MAKE) -C core/ install \
$(MAKE) -C core/ exclude_modules="$(EXCLUDED_MODULES)" install \
DESTDIR=$(CURDIR)/debian/sems \
prefix=/usr \
cfg-target=/etc/sems/

Loading…
Cancel
Save