Makefile: fix install target

This commit is contained in:
Fabio Erculiani
2009-05-17 12:05:17 +02:00
parent 5fc6816c61
commit d3d0994549
2 changed files with 2 additions and 1 deletions

View File

@@ -39,6 +39,8 @@ entropy-install:
cp conf/packages $(DESTDIR)/etc/entropy/ -Ra
install -m 644 misc/05entropy.envd $(DESTDIR)/etc/env.d/05entropy
install -m 644 docs/COPYING $(DESTDIR)/$(LIBDIR)/entropy/
make DESTDIR="$(DESTDIR)" -C misc/po install
entropy-server-install:

View File

@@ -29,7 +29,6 @@ install:
mkdir -p $(DESTDIR)/etc
mkdir -p $(DESTDIR)/etc/pam.d
install -m644 COPYING $(DESTDIR)/$(LIBDIR)/entropy/sulfur/.
install -m755 $(MISCDIR)/entropy-repo-manager $(DESTDIR)/usr/bin/.
install -m755 $(MISCDIR)/sulfur $(DESTDIR)/usr/bin/.
install -m755 $(MISCDIR)/sulfur-uri-handler $(DESTDIR)/usr/bin/.