diff options
author | Matt Wilson <msw@redhat.com> | 2000-07-03 16:53:23 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-07-03 16:53:23 +0000 |
commit | 03e8c1d81cc3e9d7cf4c455b5262376d0c61f905 (patch) | |
tree | 6575d745f241930223bd31dcdafa395a2c2a0cbd /balkan | |
parent | a3c1dc1e36ac42523fb8ee1723e76c6c57a72b6e (diff) | |
download | anaconda-03e8c1d81cc3e9d7cf4c455b5262376d0c61f905.tar.gz anaconda-03e8c1d81cc3e9d7cf4c455b5262376d0c61f905.tar.xz anaconda-03e8c1d81cc3e9d7cf4c455b5262376d0c61f905.zip |
strip on install
Diffstat (limited to 'balkan')
-rw-r--r-- | balkan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/balkan/Makefile b/balkan/Makefile index 0ad00c4ff..12f07f0e8 100644 --- a/balkan/Makefile +++ b/balkan/Makefile @@ -34,7 +34,7 @@ sun.o: sun.h install: all mkdir -p $(DESTDIR)/$(PYTHONLIBDIR) - install _balkanmodule.so $(DESTDIR)/$(PYTHONLIBDIR) + install -s _balkanmodule.so $(DESTDIR)/$(PYTHONLIBDIR) depend: |