diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-05 14:23:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-05 14:23:53 +0000 |
commit | dd640ca459adc6d4ab3d7d6fad3bdcc6acee9a9e (patch) | |
tree | d8e5f14ae45f78d7ef934ccdb8da49b9c1f5b618 /emulators/suse91_base | |
parent | 29a5a84f36adb3a1cc2432032e564220edca3727 (diff) | |
download | pkgsrc-dd640ca459adc6d4ab3d7d6fad3bdcc6acee9a9e.tar.gz |
Fix PLIST for binary packages.
Diffstat (limited to 'emulators/suse91_base')
-rw-r--r-- | emulators/suse91_base/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/suse91_base/PLIST b/emulators/suse91_base/PLIST index 50621699660..63eae7a2742 100644 --- a/emulators/suse91_base/PLIST +++ b/emulators/suse91_base/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2004/10/02 01:26:19 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/11/05 14:23:53 wiz Exp $ sbin/linux-mkpwd @unexec ${RM} -f %D/@@EMULSUBDIR@@/etc/ld.so.cache @@EMULSUBDIR@@/etc/SuSE-release @@EMULSUBDIR@@/etc/mtab @@EMULSUBDIR@@/usr/lib/libz.so.1 +@exec ${MKDIR} %D/@@EMULSUBDIR@@/proc @dirrm @@EMULSUBDIR@@/proc @unexec cd %D/@@EMULSUBDIR@@/etc && ${RM} -f group gshadow passwd shadow @exec ${MKDIR} %D/@@EMULSUBDIR@@/dev |