File: 01_prefix_usr.patch

package info (click to toggle)
angrydd 1.0.1-12
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,504 kB
  • sloc: python: 3,483; makefile: 42; sh: 1
file content (21 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Date: Fri, 12 Apr 2013 18:19:41 +0200
Subject: 01_prefix_usr

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2a1d0d8..ce365a1 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 # Makefile for Angry, Drunken Dwarves.
 # $Id: Makefile 319 2006-01-12 21:30:11Z piman $
 
-PREFIX ?= /usr/local
+PREFIX ?= /usr
 
 MODULES = ai.py \
           boxes.py \