diff --git a/Makefile b/Makefile index 37129a708..b80024361 100644 --- a/Makefile +++ b/Makefile @@ -80,6 +80,7 @@ equo-install: install -m 644 conf/client.conf $(DESTDIR)/etc/entropy/ install -m 644 client/*.py $(DESTDIR)/$(LIBDIR)/entropy/client/ + install -m 644 client/revision $(DESTDIR)/$(LIBDIR)/entropy/client/ install -m 644 client/entropy-system-test-client $(DESTDIR)/$(LIBDIR)/entropy/client/ install -m 755 client/equo.py $(DESTDIR)/$(LIBDIR)/entropy/client/ diff --git a/sulfur/src/Makefile b/sulfur/src/Makefile index ee7e3ce72..5be28e511 100644 --- a/sulfur/src/Makefile +++ b/sulfur/src/Makefile @@ -12,6 +12,7 @@ install: install -m755 sulfur-client.py $(DESTDIR)/$(PKGDIR)/.. install -m644 sulfur/*.py $(DESTDIR)/$(PKGDIR)/. + install -m644 sulfur/revision $(DESTDIR)/$(PKGDIR)/. install -m644 sulfur/*.glade $(DESTDIR)/$(PKGDIR)/. install -m755 repo-manager-client.py $(DESTDIR)/$(REPOMANDIR)/..