summaryrefslogtreecommitdiff
path: root/net-im/fractal/files/patch-scripts_cargo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/fractal/files/patch-scripts_cargo.sh')
-rw-r--r--net-im/fractal/files/patch-scripts_cargo.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/fractal/files/patch-scripts_cargo.sh b/net-im/fractal/files/patch-scripts_cargo.sh
deleted file mode 100644
index 58e3cdab179c..000000000000
--- a/net-im/fractal/files/patch-scripts_cargo.sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- scripts/cargo.sh.orig 2018-09-12 12:22:27 UTC
-+++ scripts/cargo.sh
-@@ -7,7 +7,7 @@ export FRACTAL_NAME_SUFFIX="$5"
- export FRACTAL_VERSION="$6"
- export FRACTAL_PROFILE="$7"
-
--if [[ "$FRACTAL_PROFILE" == "Devel" ]]
-+if [ "$FRACTAL_PROFILE" = "Devel" ]
- then
- echo "DEBUG MODE"
- cargo build --manifest-path $1/Cargo.toml -p fractal-gtk && cp $1/target/debug/fractal-gtk $2