483562f267
one is built with the old libs. Maybe we should switch now ;) svn path=/nixpkgs/trunk/; revision=4487
14 lines
398 B
Diff
14 lines
398 B
Diff
diff -ruN xawtv-3.95/Makefile.in xawtv-3.95.new/Makefile.in
|
|
--- xawtv-3.95/Makefile.in 2004-04-22 16:52:29.000000000 +0200
|
|
+++ xawtv-3.95.new/Makefile.in 2006-01-04 00:15:04.000000000 +0100
|
|
@@ -2,8 +2,8 @@
|
|
VPATH := $(srcdir)
|
|
|
|
# for package builds (buildroot install + no root privs needed)
|
|
-DESTDIR=
|
|
-SUID_ROOT=-m4755 -o root
|
|
+DESTDIR=$(out)
|
|
+SUID_ROOT=
|
|
|
|
# install paths
|
|
prefix := @prefix@
|