diff options
author | mishka <mishka@pkgsrc.org> | 2007-11-28 16:18:01 +0000 |
---|---|---|
committer | mishka <mishka@pkgsrc.org> | 2007-11-28 16:18:01 +0000 |
commit | 7b9053b306f2dd2ac12d64d795e169dca16e973c (patch) | |
tree | 7829a48dfa61cfa8953bdf4776782d38f82cc8ee /pkgtools | |
parent | 34dee9405229a106a62ef732ba77b07e2025f442 (diff) | |
download | pkgsrc-7b9053b306f2dd2ac12d64d795e169dca16e973c.tar.gz |
Check for deprecated mkisofs flags. Fix found and bump pkgrevision.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/cdpack/Makefile | 4 | ||||
-rwxr-xr-x | pkgtools/cdpack/files/cdpack.sh | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgtools/cdpack/Makefile b/pkgtools/cdpack/Makefile index 6a8578b29ee..6accc21bbf3 100644 --- a/pkgtools/cdpack/Makefile +++ b/pkgtools/cdpack/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2007/02/22 19:27:02 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2007/11/28 16:18:01 mishka Exp $ # DISTNAME= cdpack-1.7 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/cdpack/files/cdpack.sh b/pkgtools/cdpack/files/cdpack.sh index 3c442754d58..32b335aba47 100755 --- a/pkgtools/cdpack/files/cdpack.sh +++ b/pkgtools/cdpack/files/cdpack.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: cdpack.sh,v 1.10 2005/08/01 21:47:43 dmcmahill Exp $ +# $NetBSD: cdpack.sh,v 1.11 2007/11/28 16:18:01 mishka Exp $ # # Copyright (c) 2001, 2002, 2003, 2005 Dan McMahill, All rights reserved. # @@ -634,8 +634,8 @@ fi # Create the ISO Images # volid=PkgsrcDisk -#mkisofs_flags="-f -l -r -J -L -volset-size $ncds -V $volid " -mkisofs_flags="-v -v -f -l -r -J -L " +#mkisofs_flags="-f -l -r -J -allow-leading-dots -volset-size $ncds -V $volid " +mkisofs_flags="-v -v -f -l -r -J -allow-leading-dots " echo "Creating the ISO images" cdn=1 |