Skip to content

Commit f494316

Browse files
committed
yay
1 parent 7749d8a commit f494316

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

bin/compile

-11
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,5 @@ export PATH="$PATH:$APP/bin"
2323
export INCLUDE_PATH="$INCLUDE_PATH:$APP/include"
2424
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$APP/lib"
2525
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$APP/lib/pkgconfig"
26-
echo "export PATH=\"$PATH:$APP/bin\"" >> $1/.bashrc
27-
echo "export INCLUDE_PATH=\"$INCLUDE_PATH:$APP/include\"" >> $1/.bashrc
28-
echo "export LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:$APP/lib\"" >> $1/.bashrc
29-
echo "export PKG_CONFIG_PATH=\"$PKG_CONFIG_PATH:$APP/lib/pkgconfig\"" >> $1/.bashrc
30-
echo "export PATH=\"$PATH:$APP/bin\"" >> $1/.profile
31-
echo "export INCLUDE_PATH=\"$INCLUDE_PATH:$APP/include\"" >> $1/.profile
32-
echo "export LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:$APP/lib\"" >> $1/.profile
33-
echo "export PKG_CONFIG_PATH=\"$PKG_CONFIG_PATH:$APP/lib/pkgconfig\"" >> $1/.profile
34-
. ~/.profile
35-
36-
echo $PATH
3726

3827
echo "-----> Janus install complete"

0 commit comments

Comments
 (0)