aboutsummaryrefslogtreecommitdiff
path: root/makeosx.sh
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-01-28 17:43:47 +0100
committerThomas White <taw@physics.org>2019-05-16 15:15:49 +0200
commitb1efe94d287236dd7f31fd030de2068f985103a4 (patch)
treeb7b83198e6525cc05a423d0a0ee036c89c7dc11c /makeosx.sh
parenta72a075cc298497f955a8707c01126e8825b6f0a (diff)
Strip away all old autotools and installer stuff
Diffstat (limited to 'makeosx.sh')
-rwxr-xr-xmakeosx.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/makeosx.sh b/makeosx.sh
deleted file mode 100755
index 92ae1eda..00000000
--- a/makeosx.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-./configure --prefix=$HOME/gtk/inst \
- --with-localedir=Contents/Resources/share/locale \
- --with-themedir=Contents/Resources/share/icons \
- && make \
- && make install-strip \
- && (cd plugin/attachment_tool; make install-plugin)