summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-09-24 10:08:02 +0000
committerAlin Năstac <mrness@gentoo.org>2006-09-24 10:08:02 +0000
commitee0d97635c0f806898b246d0959ecf923f561a33 (patch)
tree373cb80bbd659a77e67635f7709b2e1585b3eaf4 /app-mobilephone/smsclient/files/smsclient-2.0.9a-gentoo.patch
parentAvoid pre-stripped binary QA warning. (diff)
downloadhistorical-ee0d97635c0f806898b246d0959ecf923f561a33.tar.gz
historical-ee0d97635c0f806898b246d0959ecf923f561a33.tar.bz2
historical-ee0d97635c0f806898b246d0959ecf923f561a33.zip
Avoid pre-stripped binaries QA warning.
Package-Manager: portage-2.1.1
Diffstat (limited to 'app-mobilephone/smsclient/files/smsclient-2.0.9a-gentoo.patch')
-rw-r--r--app-mobilephone/smsclient/files/smsclient-2.0.9a-gentoo.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-mobilephone/smsclient/files/smsclient-2.0.9a-gentoo.patch b/app-mobilephone/smsclient/files/smsclient-2.0.9a-gentoo.patch
index 3b23b0f52b53..b38b1309c339 100644
--- a/app-mobilephone/smsclient/files/smsclient-2.0.9a-gentoo.patch
+++ b/app-mobilephone/smsclient/files/smsclient-2.0.9a-gentoo.patch
@@ -103,8 +103,8 @@ diff -Nur smsclient-2.0.9a.orig/src/client/Makefile smsclient-2.0.9a/src/client/
- $(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 755 -s ../../bin/sms_client $(BINDIR)
- $(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 755 -s ../../bin/sms_address $(BINDIR)
+ $(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 755 -d $(DESTDIR)/$(BINDIR)
-+ $(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 755 -s ../../bin/sms_client $(DESTDIR)/$(BINDIR)
-+ $(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 755 -s ../../bin/sms_address $(DESTDIR)/$(BINDIR)
++ $(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 755 ../../bin/sms_client $(DESTDIR)/$(BINDIR)
++ $(INSTALL) -o $(SMSUSER) -g $(SMSGROUP) -m 755 ../../bin/sms_address $(DESTDIR)/$(BINDIR)
uninstall:
$(RM) $(BINDIR)/sms_client