summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-04-18 18:19:22 +0300
committerLauri Ojansivu <x@xet7.org>2018-04-18 18:19:22 +0300
commitce659632174ba25ca9b5e85b053fde02fd9c3928 (patch)
treed91d270f5e4de53eed0d906b4ec43ad0f679eb7a /snapcraft.yaml
parent1e0fcfd20de69abe0541c3e18af2ff5ef75e5815 (diff)
downloadwekan-ce659632174ba25ca9b5e85b053fde02fd9c3928.tar.gz
wekan-ce659632174ba25ca9b5e85b053fde02fd9c3928.tar.bz2
wekan-ce659632174ba25ca9b5e85b053fde02fd9c3928.zip
Removed paxctl alpine fix #1303 , because it did not work anymore.
Thanks to xet7 ! Closes #1594
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index abcd1cc6..1c904878 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -118,8 +118,9 @@ parts:
rm -f node-SHASUMS256.txt.asc
chmod +x node
mv node `which node`
- echo "Applying paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303"
- paxctl -mC `which node`
+ # DOES NOT WORK: paxctl fix.
+ #echo "Applying paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303"
+ #paxctl -mC `which node`
echo "Installing meteor"
curl https://install.meteor.com/ -o install_meteor.sh
sed -i "s|RELEASE=.*|RELEASE=\"1.6.0.1\"|g" install_meteor.sh