diff options
Diffstat (limited to 'trunk/src/revdep-rebuild/Makefile')
| -rw-r--r-- | trunk/src/revdep-rebuild/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/trunk/src/revdep-rebuild/Makefile b/trunk/src/revdep-rebuild/Makefile index fd83852..109b5aa 100644 --- a/trunk/src/revdep-rebuild/Makefile +++ b/trunk/src/revdep-rebuild/Makefile @@ -11,11 +11,13 @@ all: dist: mkdir -p ../../$(distdir)/src/revdep-rebuild - cp Makefile AUTHORS README TODO ChangeLog revdep-rebuild revdep-rebuild.1 ../../$(distdir)/src/revdep-rebuild/ + cp Makefile AUTHORS README TODO ChangeLog revdep-rebuild revdep-rebuild.1 find_pkgs.py ../../$(distdir)/src/revdep-rebuild/ install: install -m 0755 revdep-rebuild $(bindir)/ + install -d $(DESTDIR)/usr/lib/gentoolkit/bin/ + install -m 0755 find_pkgs.py $(DESTDIR)/usr/lib/gentoolkit/bin/ install -d $(docdir)/revdep-rebuild install -m 0644 AUTHORS README TODO $(docdir)/revdep-rebuild/ install -m 0644 revdep-rebuild.1 $(mandir)/ |
