summaryrefslogtreecommitdiff
path: root/package/Makefile.autotools.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-09-14 19:19:06 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-09-14 19:19:06 +0000
commit79d7e95d5a48891726b142f8b25eec91ac517e6d (patch)
tree91207d2dd9bfbd50a8249d3da439453ba8596b04 /package/Makefile.autotools.in
parent346844d05781d9dfaaae8d110b58242f1755c764 (diff)
Makefile.autotools.in: fix FOO_UNINSTALL_TARGET_OPT help text
It defaults to TARGET_DIR, not STAGING_DIR.
Diffstat (limited to 'package/Makefile.autotools.in')
-rw-r--r--package/Makefile.autotools.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in
index d05f1350d..3bafeaf1e 100644
--- a/package/Makefile.autotools.in
+++ b/package/Makefile.autotools.in
@@ -52,7 +52,7 @@
# FOO_UNINSTALL_STAGING_OPT [default DESTDIR=$(STAGING_DIR)/usr uninstall]
# arguments passed to <make> while uninstalling from the staging
# directory
-# FOO_UNINSTALL_TARGET_OPT [default DESTDIR=$(STAGING_DIR)/usr uninstall]
+# FOO_UNINSTALL_TARGET_OPT [default DESTDIR=$(TARGET_DIR)/usr uninstall]
# arguments passed to <make> while uninstalling from the target
# directory
# FOO_SUBDIR [default empty]