moving back from NonFree to Factory OBS-URL: https://build.opensuse.org/request/show/183580 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yudit?expand=0&rev=1
15 lines
473 B
Diff
15 lines
473 B
Diff
Index: Makefile.conf.in
|
|
===================================================================
|
|
--- Makefile.conf.in.orig
|
|
+++ Makefile.conf.in
|
|
@@ -23,8 +23,7 @@ CPPFLAGS = -I$(TOPDIR) @CPPFLAGS@ -Wall
|
|
INSTALL = @INSTALL@
|
|
YUDIT_DATA = @YUDIT_DATA@
|
|
INSTALL = $(TOPDIR)/bin/install-sh -c
|
|
-# Strip binary
|
|
-INSTALL_PROGRAM = $(TOPDIR)/bin/install-sh -c -s
|
|
+INSTALL_PROGRAM = $(TOPDIR)/bin/install-sh -c
|
|
INSTALL_DATA = $(TOPDIR)/bin/install-sh -c -m 644
|
|
|
|
X_CFLAGS = @X_CFLAGS@
|