summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nongnu/packages/game-development.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/nongnu/packages/game-development.scm b/nongnu/packages/game-development.scm
index 53869a5..6ae40b7 100644
--- a/nongnu/packages/game-development.scm
+++ b/nongnu/packages/game-development.scm
@@ -77,10 +77,10 @@
(,,(string-append (lib) "/libCgGL.so")
("out" "glibc")))
#:install-plan
- `(("bin" (".") "bin/")
- (,,(lib) (".") "lib/")
- ("include" (".") "include/")
- ("local" (".") "share/"))
+ `(("bin" "./")
+ (,,(lib) "lib")
+ ("include" "./")
+ ("local/" "share/"))
#:phases
(modify-phases %standard-phases
(replace 'unpack