Makefile: fix install target
This commit is contained in:
2
Makefile
2
Makefile
@@ -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:
|
||||
|
||||
@@ -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/.
|
||||
|
||||
Reference in New Issue
Block a user