25 lines
674 B
Plaintext
25 lines
674 B
Plaintext
$NetBSD: patch-ad,v 1.1.1.1 2003/05/15 11:19:43 salo Exp $
|
|
|
|
--- util/golem.install.in.orig 2001-11-18 22:14:19.000000000 +0100
|
|
+++ util/golem.install.in 2003-05-15 12:31:56.000000000 +0200
|
|
@@ -28,8 +28,8 @@
|
|
#
|
|
|
|
# the makefile will replace this with real stuff
|
|
-BINDIR= #bindir#
|
|
-DATADIR= #datadir#
|
|
+BINDIR=#bindir#
|
|
+DATADIR=#datadir#
|
|
|
|
#
|
|
# functions to make the .xsession and .xinitrc files
|
|
@@ -74,7 +74,7 @@
|
|
|
|
echo "Copying configuration files to ~/.golem..."
|
|
mkdir -p ~/.golem
|
|
-cp ${DATADIR}/golem/golemrc ~/.golem/
|
|
+cp ${DATADIR}/examples/golem/golemrc.default ~/.golem/golemrc
|
|
cp -R ${DATADIR}/golem/plugins ~/.golem/
|
|
find ~/.golem/ -type f | xargs chmod 644
|
|
|