diff options
author | Glenn Morris <rgm@gnu.org> | 2012-09-17 15:53:27 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-09-17 15:53:27 -0400 |
commit | 51eed9b88f82fed4dff2ced44852fe0fd4851233 (patch) | |
tree | fd21f125e727c8551ef02ce26f866b172c130ed8 /make-dist | |
parent | 64f6a73693f25b2f59a4474bea86cb92bd05bf8e (diff) | |
download | emacs-51eed9b88f82fed4dff2ced44852fe0fd4851233.tar.gz |
Fix typo in previous
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist index 3b2d79e56bc..7a17fa02372 100755 --- a/make-dist +++ b/make-dist @@ -408,7 +408,7 @@ echo "Making links to \`nextstep'" echo "Making links to \`nextstep/templates'" (cd nextstep/templates - ln Emacs.desktop.in Info-gnustep.plist.in Info.plist.in InfoPlist.strings.in../../${tempdir}/nextstep/templates) + ln Emacs.desktop.in Info-gnustep.plist.in Info.plist.in InfoPlist.strings.in ../../${tempdir}/nextstep/templates) echo "Making links to \`nextstep/Cocoa/Emacs.base/Contents'" (cd nextstep/Cocoa/Emacs.base/Contents |