diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-20 04:29:31 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-20 04:29:31 +0800 |
commit | 9df46e5b365a33ae2bba8b077eb753a7574aafa2 (patch) | |
tree | 9db4456e545bfa859527fb02a1214873dc9e846a /games/gnomegames2 | |
parent | 28e8b6e4ba04ea94c55c86068fd699c10e1989f5 (diff) | |
download | marcuscom-ports-9df46e5b365a33ae2bba8b077eb753a7574aafa2.tar marcuscom-ports-9df46e5b365a33ae2bba8b077eb753a7574aafa2.tar.gz marcuscom-ports-9df46e5b365a33ae2bba8b077eb753a7574aafa2.tar.bz2 marcuscom-ports-9df46e5b365a33ae2bba8b077eb753a7574aafa2.tar.lz marcuscom-ports-9df46e5b365a33ae2bba8b077eb753a7574aafa2.tar.xz marcuscom-ports-9df46e5b365a33ae2bba8b077eb753a7574aafa2.tar.zst marcuscom-ports-9df46e5b365a33ae2bba8b077eb753a7574aafa2.zip |
Correct the plist with regard to the last commit, and fix up the patch
so that the chown works on -CURRENT.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@404 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnomegames2')
-rw-r--r-- | games/gnomegames2/files/patch-mahjongg_Makefile.in | 4 | ||||
-rw-r--r-- | games/gnomegames2/pkg-plist | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/games/gnomegames2/files/patch-mahjongg_Makefile.in b/games/gnomegames2/files/patch-mahjongg_Makefile.in index c8d40ce2c..917c74206 100644 --- a/games/gnomegames2/files/patch-mahjongg_Makefile.in +++ b/games/gnomegames2/files/patch-mahjongg_Makefile.in @@ -9,8 +9,8 @@ - -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores + touch $(DESTDIR)$(scoredir)/mahjongg.easy.scores + touch $(DESTDIR)$(scoredir)/mahjongg.difficult.scores -+ -chown games.games $(DESTDIR)$(scoredir)/mahjongg.easy.scores -+ -chown games.games $(DESTDIR)$(scoredir)/mahjongg.difficult.scores ++ -chown games:games $(DESTDIR)$(scoredir)/mahjongg.easy.scores ++ -chown games:games $(DESTDIR)$(scoredir)/mahjongg.difficult.scores + -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.easy.scores + -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.difficult.scores -chgrp games $(DESTDIR)$(bindir)/mahjongg && chmod 2555 $(DESTDIR)$(bindir)/mahjongg diff --git a/games/gnomegames2/pkg-plist b/games/gnomegames2/pkg-plist index 47e2cf18b..2c7f3d143 100644 --- a/games/gnomegames2/pkg-plist +++ b/games/gnomegames2/pkg-plist @@ -141,7 +141,8 @@ share/gnome/games/iagno.b3.scores share/gnome/games/iagno.w1.scores share/gnome/games/iagno.w2.scores share/gnome/games/iagno.w3.scores -share/gnome/games/mahjongg.{easy,difficult}.scores +share/gnome/games/mahjongg.difficult.scores +share/gnome/games/mahjongg.easy.scores share/gnome/games/same-gnome.scores share/gnome/gnect/catseyes_40x40.gnect share/gnome/gnect/classic_40x40.gnect |