| author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-12-10 08:00:29 (GMT) |
|---|---|---|
| committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-12-10 23:08:18 (GMT) |
| commit | 13eff12902be1b25d0ccc2089e08305f88949f32 (patch) (side-by-side diff) | |
| tree | 79fa9cd29602c3a333288ed48751eb4a095c62c8 | |
| parent | 1962af7ee3bdf54cfa674187dea67b9ad36cd5a1 (diff) | |
| download | xserver-13eff12902be1b25d0ccc2089e08305f88949f32.zip xserver-13eff12902be1b25d0ccc2089e08305f88949f32.tar.gz | |
XQuartz: fixed make dist
(cherry picked from commit 2d52367ab92429e58596d1a1ed3ef52a0a38a7aa)
| -rw-r--r-- | hw/xquartz/bundle/Info.plist.cpp | 2 | ||||
| -rw-r--r-- | hw/xquartz/bundle/Makefile.am | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/hw/xquartz/bundle/Info.plist.cpp b/hw/xquartz/bundle/Info.plist.cpp index 16434f2..9713289 100644 --- a/hw/xquartz/bundle/Info.plist.cpp +++ b/hw/xquartz/bundle/Info.plist.cpp @@ -5,7 +5,7 @@ <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> - <string>X11</string> + <string>X11.sh</string> <key>CFBundleGetInfoString</key> <string>APPLE_APPLICATION_NAME</string> <key>CFBundleIconFile</key> diff --git a/hw/xquartz/bundle/Makefile.am b/hw/xquartz/bundle/Makefile.am index e765d6e..03fa1dd 100644 --- a/hw/xquartz/bundle/Makefile.am +++ b/hw/xquartz/bundle/Makefile.am @@ -17,6 +17,7 @@ resource_DATA = Xquartz.plist EXTRA_DIST = \ mk_bundke.sh \ + X11.sh \ Info.plist.cpp \ PkgInfo \ $(resource_DATA) \ |
