diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2007-04-23 20:46:11 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2007-04-23 20:46:11 +0000 |
| commit | 5eb8de0b21350a5e33056826364384e3aaa98f66 (patch) | |
| tree | d0af73e579e5926c3e2dfd49435d520dd1e06a7e | |
| parent | 65fde5d003ed86669512cc70457f9a5ee040ae33 (diff) | |
| download | gentoolkit-5eb8de0b21350a5e33056826364384e3aaa98f66.tar.gz | |
Move genpkgindex and epkginfo to /usr/bin
svn path=/; revision=389
| -rw-r--r-- | trunk/ChangeLog | 4 | ||||
| -rw-r--r-- | trunk/src/epkginfo/Makefile | 5 | ||||
| -rw-r--r-- | trunk/src/genpkgindex/Makefile | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/trunk/ChangeLog b/trunk/ChangeLog index 13a5da8..cd85a6e 100644 --- a/trunk/ChangeLog +++ b/trunk/ChangeLog @@ -1,3 +1,7 @@ +2007-04-23: Paul Varner <fuzzyray@gentoo.org> + * genpkgindex, epkginfo: Move to /usr/bin from + /usr/lib/gentoolkit/bin (Bug #175759) + 2007-04-10: Paul Varner <fuzzyray@gentoo.org> * equery: Change equery uses to command to display the best matching uninstalled package version if an uninstalled package is specified. diff --git a/trunk/src/epkginfo/Makefile b/trunk/src/epkginfo/Makefile index a05c59b..5631168 100644 --- a/trunk/src/epkginfo/Makefile +++ b/trunk/src/epkginfo/Makefile @@ -6,12 +6,11 @@ include ../../makedefs.mak all: - echo "ABWONG (AB-wong vb.) To bounce cheerfully on a bed." + echo "CLIXBY (adj.) Politely rude. Bliskly vague. Firmly uninformative." dist: mkdir -p ../../$(distdir)/src/epkginfo cp Makefile epkginfo ../../$(distdir)/src/epkginfo/ install: - install -d $(DESTDIR)/usr/lib/gentoolkit/bin/ - install -m 0755 epkginfo $(DESTDIR)/usr/lib/gentoolkit/bin/ + install -m 0755 epkginfo $(bindir)/ diff --git a/trunk/src/genpkgindex/Makefile b/trunk/src/genpkgindex/Makefile index 3f15231..07c23b3 100644 --- a/trunk/src/genpkgindex/Makefile +++ b/trunk/src/genpkgindex/Makefile @@ -14,5 +14,4 @@ dist: cp Makefile genpkgindex ../../$(distdir)/src/genpkgindex/ install: - install -d $(DESTDIR)/usr/lib/gentoolkit/bin/ - install -m 0755 genpkgindex $(DESTDIR)/usr/lib/gentoolkit/bin/ + install -m 0755 genpkgindex $(bindir)/ |
