]> Pileus Git - ~andy/sunrise/commitdiff
Removed globbing from fowners line as fowners wont take globbed lines.
authorGeoff Clements <geoff@electron.me.uk>
Mon, 31 Jul 2006 20:27:39 +0000 (20:27 +0000)
committerGeoff Clements <geoff@electron.me.uk>
Mon, 31 Jul 2006 20:27:39 +0000 (20:27 +0000)
Fixed erroneous package reference in ChangeLog header.

svn path=/sunrise/; revision=777

app-portage/postsync/ChangeLog
app-portage/postsync/postsync-0.1_alpha.ebuild

index 2e9c0b5d1a671a8deecec36fcd29d64b2cc0b33e..052bf4cf197fdda8661ed48948a89c4278c79372 100644 (file)
@@ -1,4 +1,4 @@
-# ChangeLog for dev-db/dabo
+# ChangeLog for app-portage/postsync
 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
index 0664f6f91b48a3712e1097abd0bbd704904b3f45..66cc46a4bb0426884b916f7f2a3f7eee1915415c 100644 (file)
@@ -28,10 +28,14 @@ src_install() {
        insinto /usr/lib/postsync.d
        doins postsync.d/*
 
-       fowners root:portage /usr/sbin/postsync ${PORTCFG}/bin/post_sync \
-               /usr/lib/postsync.d/*
-
        dodoc README ChangeLog doc/*
+
+       fowners root:portage /usr/sbin/postsync ${PORTCFG}/bin/post_sync
+       cd postsync.d
+       for f in *
+       do
+               fowners root:portage /usr/lib/${f}
+       done
 }
 
 pkg_postinst() {