diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-11-02 03:30:47 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-11-02 03:30:47 +0000 |
commit | 309a15010c90ef8938c1106118421519798908ee (patch) | |
tree | 08b0859461322c3ef50d0d38a555f0f6902d9f1b /osx/uninstall-pandoc | |
parent | dd297dda0abf5c19243e7570fe153fefa338e166 (diff) | |
download | pandoc-309a15010c90ef8938c1106118421519798908ee.tar.gz |
Changes related to osx packaging:
+ Simplified osx-dmg target, which need not be built as root.
+ Made osx-pkg and osx-pkg-prep non-.PHONY, plus a few other minor
changes to make the dependencies work correctly.
+ Removed \< from the sed regex in cabalize; this is not support in
BSD sed.
+ Changed path information in osx/Welcome and message in uninstall-pandoc.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@67 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'osx/uninstall-pandoc')
-rwxr-xr-x | osx/uninstall-pandoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/osx/uninstall-pandoc b/osx/uninstall-pandoc index 0e759ed0d..65f6ba76c 100755 --- a/osx/uninstall-pandoc +++ b/osx/uninstall-pandoc @@ -3,7 +3,8 @@ # everything installed by the Pandoc Mac OS X installer. if [ "`id -u`" != 0 ]; then \ - echo "This script must be run with sudo."; \ + echo "This script must be run with root privileges:"; \ + echo "sudo /usr/local/bin/uninstall-pandoc"; \ exit 1; \ fi |