wok-current diff proxytunnel/stuff/patches/Makefile-1.10 @ rev 25792

Fix openbox menu, label keymap on lxpanel and add miss it translation for tazpkg
author Stanislas Leduc <shann@slitaz.org>
date Tue Oct 07 05:55:24 2025 +0000 (2 weeks ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/proxytunnel/stuff/patches/Makefile-1.10	Tue Oct 07 05:55:24 2025 +0000
     1.3 @@ -0,0 +1,10 @@
     1.4 +--- Makefile.orig
     1.5 ++++ Makefile
     1.6 +@@ -87,7 +87,6 @@
     1.7 + install:
     1.8 + 	install -d $(DESTDIR)$(bindir)
     1.9 + 	install -p -m555 $(name) $(DESTDIR)$(bindir)
    1.10 +-	$(MAKE) -C docs install
    1.11 + 
    1.12 + .c.o:
    1.13 + 	$(CC) $(CPPFLAGS) $(CFLAGS) $(OPTFLAGS) -c -o $@ $<