aboutsummaryrefslogtreecommitdiff
path: root/makeosx.sh
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-05-16 15:17:53 +0200
committerThomas White <taw@physics.org>2019-05-16 15:17:53 +0200
commitcf040a18b3f5da827f959346a45a907d5dd6eb49 (patch)
tree23a0aaca091121013ee12a21e79031344daaaef6 /makeosx.sh
parent04a77910fa4adb5845cbcf751dd7c3522c191474 (diff)
parent12196f21e352b952cda3e837cf2467b75dd1e6e6 (diff)
Merge branch 'taw/meson' into taw/combined
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)