diff options
author | 2009-05-15 13:23:57 +0000 | |
---|---|---|
committer | 2009-05-15 13:23:57 +0000 | |
commit | 59b05eceeaee36ff4f0cb96ff91e0bc710ab0f24 (patch) | |
tree | 33d21400ffcdcc3a9baeb4ea615b3ee15e9cc2c5 /libs/Makefile.am | |
parent | Substitute prefix, datadir and sysconfdir in libs/Makefile.am; make use of it... (diff) | |
download | eselect-59b05eceeaee36ff4f0cb96ff91e0bc710ab0f24.tar.gz eselect-59b05eceeaee36ff4f0cb96ff91e0bc710ab0f24.tar.bz2 eselect-59b05eceeaee36ff4f0cb96ff91e0bc710ab0f24.zip |
Move all package manager functions to package-manager.bash.
svn path=/trunk/; revision=535
Diffstat (limited to 'libs/Makefile.am')
-rw-r--r-- | libs/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/Makefile.am b/libs/Makefile.am index 01da6e3..e4e2d95 100644 --- a/libs/Makefile.am +++ b/libs/Makefile.am @@ -9,9 +9,7 @@ eselectlibs_SCRIPTS = \ multilib.bash \ output.bash \ package-manager.bash \ - paludis.bash \ path-manipulation.bash \ - portage.bash \ skel.bash \ tests.bash @@ -24,9 +22,7 @@ EXTRA_DIST = \ multilib.bash.in \ output.bash.in \ package-manager.bash.in \ - paludis.bash.in \ path-manipulation.bash.in \ - portage.bash.in \ skel.bash.in \ tests.bash.in |