[Pkg-wmaker-commits] [wmix] 13/44: wmix: fixed makefile to use PREFIX in a standard way (and with the standard default path)

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Sep 29 10:40:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository wmix.

commit 0a71e8cc4db384f2d53b65dc359f4d457d8b0f01
Author: Christophe CURIS <christophe.curis at free.fr>
Date:   Sat Jun 7 21:21:41 2014 +0200

    wmix: fixed makefile to use PREFIX in a standard way (and with the standard default path)
    
    Signed-off-by: Christophe CURIS <christophe.curis at free.fr>
---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 3ef4f3a..ffc1d5f 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,7 @@ LIBS		= -lXpm -lXext -lX11 -lm
 OBJECTS		= misc.o mixer-oss.o ui_x.o wmix.o
 
 # where to install this program (also for packaging stuff)
-DESTDIR		=
-PREFIX		= $(DESTDIR)/usr/X11R6
+PREFIX		= /usr/local
 INSTALL_BIN	= -m 755
 INSTALL_DATA	= -m 644
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmix.git



More information about the Pkg-wmaker-commits mailing list