diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:52:58 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:52:58 +0000 |
commit | d038a73ebd432fae3ce355b84443038f88cb7199 (patch) | |
tree | b3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /emulators/suse_base | |
parent | 70bae73d77e50256a2ee847bd9be11b761bcea01 (diff) | |
download | pkgsrc-d038a73ebd432fae3ce355b84443038f88cb7199.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'emulators/suse_base')
-rw-r--r-- | emulators/suse_base/DESCR (renamed from emulators/suse_base/pkg/DESCR) | 0 | ||||
-rw-r--r-- | emulators/suse_base/INSTALL (renamed from emulators/suse_base/pkg/INSTALL) | 2 | ||||
-rw-r--r-- | emulators/suse_base/PLIST (renamed from emulators/suse_base/pkg/PLIST) | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_base/pkg/DESCR b/emulators/suse_base/DESCR index 62e5a3f87e9..62e5a3f87e9 100644 --- a/emulators/suse_base/pkg/DESCR +++ b/emulators/suse_base/DESCR diff --git a/emulators/suse_base/pkg/INSTALL b/emulators/suse_base/INSTALL index 5e4aa8ab5da..4abc363e823 100644 --- a/emulators/suse_base/pkg/INSTALL +++ b/emulators/suse_base/INSTALL @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: INSTALL,v 1.2 1999/05/24 20:11:10 tv Exp $ +# $NetBSD: INSTALL,v 1.1 2001/10/31 23:53:32 zuntum Exp $ emul=linux if [ "$2" != "POST-INSTALL" ]; then exit 0; fi diff --git a/emulators/suse_base/pkg/PLIST b/emulators/suse_base/PLIST index c0a5bbbbe1c..c6d38402226 100644 --- a/emulators/suse_base/pkg/PLIST +++ b/emulators/suse_base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2001/01/25 09:16:25 tron Exp $ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:53:33 zuntum Exp $ sbin/linux-mkpwd @unexec rm -f %D/@@EMULSUBDIR@@/etc/ld.so.cache @@EMULSUBDIR@@/etc/ld.so.conf |