forked from pool/ispell
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ispell?expand=0&rev=40
23 lines
592 B
Diff
23 lines
592 B
Diff
---
|
|
Makefile | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
--- Makefile
|
|
+++ Makefile 2016-02-12 10:35:12.834477699 +0000
|
|
@@ -340,7 +340,6 @@ install-basic:
|
|
@. ./config.sh; \
|
|
set -x; \
|
|
cd $(DESTDIR)$$BINDIR; \
|
|
- strip ispell$$EXEEXT; \
|
|
chmod 755 ispell$$EXEEXT
|
|
@. ./config.sh; \
|
|
set -x; \
|
|
@@ -400,7 +399,6 @@ install-dictbuild:
|
|
@. ./config.sh; \
|
|
set -x; \
|
|
cd $(DESTDIR)$$BINDIR; \
|
|
- strip buildhash$$EXEEXT icombine$$EXEEXT ijoin$$EXEEXT; \
|
|
chmod 755 buildhash$$EXEEXT icombine$$EXEEXT ijoin$$EXEEXT \
|
|
munchlist findaffix tryaffix
|
|
@. ./config.sh; \
|