Inserted a needed slash in the Makefile, after $(osx_pkg_name),
which is the name of a directory! git-svn-id: https://pandoc.googlecode.com/svn/trunk@391 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
c27d8adc78
commit
b9a348338b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -253,7 +253,7 @@ $(osx_dest)/: build-program $(doc_more)
|
|||
sed -e 's/@VERSION@/$(VERSION)/g' $(osx_src)/Info.plist > $(osx_dest)/Info.plist
|
||||
cp $(osx_src)/Description.plist $(osx_dest)/
|
||||
osx-pkg: $(osx_pkg_name)
|
||||
$(osx_pkg_name): $(osx_dest)
|
||||
$(osx_pkg_name)/: $(osx_dest)
|
||||
if [ "`id -u`" != 0 ]; then \
|
||||
echo "Root permissions needed to create OSX package!"; \
|
||||
exit 1; \
|
||||
|
|
Loading…
Add table
Reference in a new issue