pkgsrc/emulators/suse91_base/PLIST
dmcmahill 22d865d388 Instead of creating links from ${EMULDIR}/dev to /dev for things like
/dev/null, create them with MAKEDEV.  This avoids ugly problem with
realpath and readlink in linux binaries that try to fully resolve where
/dev/null lives.  Bump PKGREVISION to 7.
2005-08-16 00:30:41 +00:00

15 lines
616 B
Text

@comment $NetBSD: PLIST,v 1.5 2005/08/16 00:30:41 dmcmahill Exp $
sbin/linux-mkpwd
@unexec ${RM} -f %D/${EMULSUBDIR}/etc/ld.so.cache
${EMULSUBDIR}/etc/SuSE-release
${EMULSUBDIR}/etc/mtab
${EMULSUBDIR}/usr/${LINUX_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
@exec cp -p /dev/MAKEDEV %D/${EMULSUBDIR}/dev
@exec cd %D/${EMULSUBDIR}/dev && sh ./MAKEDEV std audio
@exec cd %D/${EMULSUBDIR}/dev && ln -s sound dsp
@unexec ${RM} -f %D/${EMULSUBDIR}/dev/*
@dirrm ${EMULSUBDIR}/dev