You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/sxiv/files/sxiv-25-makefile.patch

14 lines
251 B

Don't try to rebuild sxiv during install.
--- sxiv-25/Makefile
+++ sxiv-25/Makefile
@@ -62,7 +62,7 @@
clean:
rm -f *.o sxiv
-install: all
+install:
@echo "INSTALL bin/sxiv"
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp sxiv $(DESTDIR)$(PREFIX)/bin/