diff options
Diffstat (limited to 'nongnu')
| -rw-r--r-- | nongnu/packages/game-development.scm | 8 |
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 @@ | |||
| 77 | (,,(string-append (lib) "/libCgGL.so") | 77 | (,,(string-append (lib) "/libCgGL.so") |
| 78 | ("out" "glibc"))) | 78 | ("out" "glibc"))) |
| 79 | #:install-plan | 79 | #:install-plan |
| 80 | `(("bin" (".") "bin/") | 80 | `(("bin" "./") |
| 81 | (,,(lib) (".") "lib/") | 81 | (,,(lib) "lib") |
| 82 | ("include" (".") "include/") | 82 | ("include" "./") |
| 83 | ("local" (".") "share/")) | 83 | ("local/" "share/")) |
| 84 | #:phases | 84 | #:phases |
| 85 | (modify-phases %standard-phases | 85 | (modify-phases %standard-phases |
| 86 | (replace 'unpack | 86 | (replace 'unpack |
