Don't create the directories during installation... let the pkgsrc INSTALL

script handle it instead to ensure proper ownership.
This commit is contained in:
jlam 2005-01-06 18:22:29 +00:00
parent 98673512d7
commit f166f11cf0
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.27 2005/01/06 07:26:39 jlam Exp $
$NetBSD: distinfo,v 1.28 2005/01/06 18:22:29 jlam Exp $
SHA1 (cups-1.1.23-source.tar.bz2) = 32d5bfb44c4edc1b54ccb014b5a44499295c6c5c
Size (cups-1.1.23-source.tar.bz2) = 8705521 bytes
@ -7,4 +7,4 @@ SHA1 (patch-ac) = 45388ca8b1bfeaf5d3649b766f65ac7f3108af74
SHA1 (patch-ad) = 166749eb9fc7b4b20e123d81cd3b2cf96db27677
SHA1 (patch-an) = de699800471069b1521ab2ba7194df445fb75892
SHA1 (patch-ao) = c4c8f833cf4a09a686a338df6c209cebec36c6ef
SHA1 (patch-at) = 6f5da25427ed40c7baec9b78220dfdc4eeb6b55b
SHA1 (patch-at) = aa36ec591164675b889d2cf32e4d754e9b6db94f

View file

@ -1,4 +1,4 @@
$NetBSD: patch-at,v 1.5 2005/01/06 07:26:39 jlam Exp $
$NetBSD: patch-at,v 1.6 2005/01/06 18:22:29 jlam Exp $
--- scheduler/Makefile.orig 2005-01-03 14:29:59.000000000 -0500
+++ scheduler/Makefile
@ -7,7 +7,7 @@ $NetBSD: patch-at,v 1.5 2005/01/06 07:26:39 jlam Exp $
#
-install: all
+install: installbin installdir
+install: installbin
+
+installbin: all
$(INSTALL_DIR) $(SBINDIR)