From: Christophe CURIS <[email protected]>

---
 wmix/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/wmix/Makefile b/wmix/Makefile
index 6ec329a..bc7bc3c 100644
--- a/wmix/Makefile
+++ b/wmix/Makefile
@@ -6,7 +6,8 @@ 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
-INSTALL                = -m 755
+INSTALL_BIN    = -m 755
+INSTALL_DATA   = -m 644
 
 wmix: $(OBJECTS)
        $(CC) -o $@ $(LDFLAGS) $(OBJECTS) -lXpm -lXext -lX11 -lm
@@ -15,4 +16,5 @@ clean:
        rm -rf *.o wmix *~
 
 install: wmix
-       install $(INSTALL) wmix $(PREFIX)/bin
+       install $(INSTALL_BIN)  wmix    $(PREFIX)/bin
+       install $(INSTALL_DATA) wmix.1x $(PREFIX)/man/man1
-- 
1.9.2


-- 
To unsubscribe, send mail to [email protected].

Reply via email to