From 1f314ac1df4d80eac0e8dbd57aba13f34919bfe0 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 9 Sep 2002 18:21:27 +0000 Subject: [PATCH] stripping the binary when installing --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index b87765b4..67d09ccc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -84,6 +84,7 @@ dist: rm -rf ../$(TARGET) install: xca + strip xca install -m 755 -o root -g root xca $(DESTDIR)@prefix@/bin install -m 755 -o root -g root -d $(DESTDIR)@prefix@/share/xca install -m 644 -o root -g root img/*.png $(DESTDIR)@prefix@/share/xca