summarylogtreecommitdiffstats
path: root/set_locations.patch
diff options
context:
space:
mode:
authorSledge Sulaweyo2020-01-05 12:27:14 +0100
committerSledge Sulaweyo2020-01-05 12:27:14 +0100
commit5bea58ae24494679b8ad4f4b083b6e876599cadb (patch)
treee07eda000863b97bd6083150a352539b20a0998a /set_locations.patch
parent8c6c806208050443766d87104f1c440f71b13ad7 (diff)
downloadaur-5bea58ae24494679b8ad4f4b083b6e876599cadb.tar.gz
Update to 5.10.1
Diffstat (limited to 'set_locations.patch')
-rw-r--r--set_locations.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/set_locations.patch b/set_locations.patch
deleted file mode 100644
index 62381b1d4033..000000000000
--- a/set_locations.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: install.sh
-===================================================================
---- install.sh 2017-06-02 18:53:23.000000000 +0200
-+++ install.sh 2017-06-07 07:40:34.624734338 +0200
-@@ -114,8 +114,8 @@
- ONEFLOW_LOCATION="$LIB_LOCATION/oneflow"
- SYSTEM_DS_LOCATION="$VAR_LOCATION/datastores/0"
- DEFAULT_DS_LOCATION="$VAR_LOCATION/datastores/1"
-- RUN_LOCATION="/var/run/one"
-- LOCK_LOCATION="/var/lock/one"
-+ RUN_LOCATION="/run/one"
-+ LOCK_LOCATION="/run/lock/one"
- INCLUDE_LOCATION="/usr/include"
- SHARE_LOCATION="/usr/share/one"
- MAN_LOCATION="/usr/share/man/man1"
-
-@@ -1918,7 +1918,8 @@
-
- if [ "$UNINSTALL" = "no" ] ; then
- for d in $CHOWN_DIRS; do
-- chown -R $ONEADMIN_USER:$ONEADMIN_GROUP $DESTDIR$d
-+ :
-+ #chown -R $ONEADMIN_USER:$ONEADMIN_GROUP $DESTDIR$d
- done
- else
- for d in `echo $DELETE_DIRS | awk '{for (i=NF;i>=1;i--) printf $i" "}'`; do