blob: 81dc9a85b00906e3191b9d6ccc64d54de9e8181c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
$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
|