From 2692a9d435867a21fa63b712de207a7aae7903e5 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Thu, 4 Feb 2010 19:08:37 +0100 Subject: [PATCH] [build_system] install sulfur/equo revision files --- Makefile | 1 + sulfur/src/Makefile | 1 + 2 files changed, 2 insertions(+) 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)/..