diff options
Diffstat (limited to 'games/slune/files/patch-setup.cfg')
-rw-r--r-- | games/slune/files/patch-setup.cfg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/slune/files/patch-setup.cfg b/games/slune/files/patch-setup.cfg new file mode 100644 index 0000000..a8f35ae --- /dev/null +++ b/games/slune/files/patch-setup.cfg @@ -0,0 +1,15 @@ +--- setup.cfg.orig Thu Oct 6 11:24:21 2005 ++++ setup.cfg Thu Oct 6 11:21:35 2005 +@@ -2,9 +2,9 @@ + # Replace /usr by /usr/local if you prefer ! + + [install] +-install-purelib = /usr/share +-install-scripts = /usr/bin +-install-data = /usr/share ++install-purelib = /usr/X11R6/share ++install-scripts = /usr/X11R6/bin ++install-data = /usr/X11R6/share + + [install_lib] + compile = 1 |