File: 000_install_path.diff

package info (click to toggle)
rafkill 1.2.2-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,196 kB
  • sloc: cpp: 13,298; ansic: 238; makefile: 21; sh: 4
file content (11 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
--- a/SConstruct
+++ b/SConstruct
@@ -46,7 +46,7 @@
 # print "Install directory = $prefix"
 # print "Directory where symlinked binary will go = $bin"
 
-flags = [ '-g3', '-Wall', '-fno-rtti', '-Woverloaded-virtual', '-O2', '-DINSTALL_DIR=\\\"$prefix\\\"' ];
+flags = [ '-g3', '-Wall', '-fno-rtti', '-Woverloaded-virtual', '-O2', '-DINSTALL_DIR=\\\"/usr/share/games\\\"' ];
 env.Append( CCFLAGS = flags, CPPPATH = [ "build" ] )
 
 # SConscript( 'src/SConscript', build_dir='build', exports = 'env' );