diff options
Diffstat (limited to 'x11-wm/ion3/files')
-rw-r--r-- | x11-wm/ion3/files/patch-system.mk | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/x11-wm/ion3/files/patch-system.mk b/x11-wm/ion3/files/patch-system.mk index 4a952238ccd7..6c1a5f30f507 100644 --- a/x11-wm/ion3/files/patch-system.mk +++ b/x11-wm/ion3/files/patch-system.mk @@ -1,5 +1,5 @@ ---- system.mk.orig Sat Jan 19 18:15:13 2002 -+++ system.mk Sat Sep 7 15:53:15 2002 +--- system.mk.orig Sat Jan 19 15:15:13 2002 ++++ system.mk Mon Apr 21 03:53:31 2003 @@ -7,13 +7,13 @@ ## Installation paths ## @@ -48,7 +48,7 @@ ## -@@ -112,9 +112,9 @@ +@@ -112,13 +112,13 @@ ## # Should work almost everywhere @@ -60,3 +60,8 @@ INSTALLDIR=mkdir -p + BIN_MODE=755 +-DATA_MODE=664 ++DATA_MODE=644 + + STRIP=strip |