ports/sysutils/freesbie/files/patch-extra_varmfs.sh
Thomas Zander 5ce1bea7b8 Fix remaining uses of mount_devfs and pkg_install; cleanup port
Details:
- Fix remaining uses of mount_devfs and pkg_install [1]
- Bump PORTREVISION
- Add pkg-message about the upstream project no longer being
  maintained
- pet portlint

Reported by:	christophe.maury@gmail.com via email [1]
2017-09-16 10:36:17 +00:00

8 lines
313 B
Bash

--- extra/varmfs.sh.orig 2006-04-24 11:14:33 UTC
+++ extra/varmfs.sh
@@ -28,4 +28,4 @@ mtree -Pcp ${BASEDIR}/var > ${TMPFILE}
mv ${TMPFILE} ${BASEDIR}/etc/mtree/var.dist
echo "Generating pkg_info.txt"
-chroot ${BASEDIR} pkg_info > ${BASEDIR}/pkg_info.txt
+chroot ${BASEDIR} pkg info > ${BASEDIR}/pkg_info.txt