update paths

This commit is contained in:
bch 2017-02-18 21:05:45 +00:00
parent 908973408a
commit 81e6bddfa1

View File

@ -15,7 +15,7 @@ clean:
-rm xmem *.o
install: xmem
install -d -m 755 $(DESTDIR)/usr/bin/
install -d -m 755 $(DESTDIR)/usr/local/bin/
install -d -m 755 $(DESTDIR)/etc/X11/app-defaults/
install -m 755 xmem $(DESTDIR)/usr/bin/
install -m 755 xmem $(DESTDIR)/usr/local/bin/
install -m 644 XMem.ad $(DESTDIR)/etc/X11/app-defaults/XMem