blob: 1c2452fca0d3b163af0d1a9fa7fc2d758ccd86de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- Makefile.orig 2019-11-15 11:09:41 UTC
+++ Makefile
@@ -30,8 +30,7 @@ hsetroot: hsetroot.o
hsr-outputs: hsr-outputs.o
install: hsetroot hsr-outputs
- install -st $(PREFIX)/bin/ hsetroot
- install -st $(PREFIX)/bin/ hsr-outputs
+ $(BSD_INSTALL_PROGRAM) $^ $(DESTDIR)$(PREFIX)/bin
clean:
rm -f *.o hsetroot hsr-outputs
|