summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJohnathan Corgan <jcorgan@corganenterprises.com>2012-03-23 17:38:02 -0700
committerJohnathan Corgan <jcorgan@corganenterprises.com>2012-03-23 17:38:02 -0700
commitad6cdc58ba4ef740af08efa6e220e2345e77d3d9 (patch)
treeee293bc418f805d360c4b6ee47e305ab5dbbcd98 /cmake
parent47315e95c35824fb3dfabbf11ccdea323ab59887 (diff)
parentaa856c3922c806899a09c40d2d48870e70ddc3e9 (diff)
Merge branch 'maint'
Diffstat (limited to 'cmake')
-rwxr-xr-xcmake/Packaging/preinst.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Packaging/preinst.in b/cmake/Packaging/preinst.in
index c60d465686..cb7ee1bc40 100755
--- a/cmake/Packaging/preinst.in
+++ b/cmake/Packaging/preinst.in
@@ -1,5 +1,5 @@
#!/bin/sh
if [ "$1" = "install" ]; then
- ls
+ echo
fi