]> git.pld-linux.org Git - packages/nnn.git/blob - nnn-no-rebuild-on-install.patch
up to 3.5
[packages/nnn.git] / nnn-no-rebuild-on-install.patch
1 --- nnn-2.1/Makefile~   2018-11-23 12:22:14.000000000 +0100
2 +++ nnn-2.1/Makefile    2018-11-25 17:45:26.122311818 +0100
3 @@ -30,7 +30,7 @@
4  debug: $(SRC)
5         $(CC) -DDEBUGMODE -g $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(BIN) $^ $(LDLIBS)
6  
7 -install: all
8 +install:
9         $(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/bin
10         $(INSTALL) -m 0755 $(BIN) $(DESTDIR)$(PREFIX)/bin
11         $(INSTALL) -m 0755 -d $(DESTDIR)$(MANPREFIX)/man1
This page took 0.042754 seconds and 3 git commands to generate.