mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
Ports: Make sure ports are installed into /usr/local
This commit is contained in:
parent
960079b020
commit
c9d5358685
16 changed files with 57 additions and 25 deletions
|
@ -13,10 +13,10 @@ diff -Naur NetHack-NetHack-3.6.6_Released/sys/unix/hints/serenity NetHack-NetHac
|
|||
+
|
||||
+
|
||||
+#PREFIX=/usr
|
||||
+PREFIX=/usr
|
||||
+PREFIX=/usr/local
|
||||
+HACKDIR=/var/games/nethack
|
||||
+SHELLDIR = $(SERENITY_BUILD_DIR)/Root/usr/bin
|
||||
+INSTDIR=$(SERENITY_BUILD_DIR)/Root/usr/lib/nethack
|
||||
+SHELLDIR = $(SERENITY_BUILD_DIR)/Root/usr/local/bin
|
||||
+INSTDIR=$(SERENITY_BUILD_DIR)/Root/usr/local/lib/nethack
|
||||
+VARDIR = $(SERENITY_BUILD_DIR)/Root$(HACKDIR)
|
||||
+
|
||||
+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue