Skip to content

Commit 65df604

Browse files
committed
remove lib folder
1 parent e908026 commit 65df604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/root/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ rm /tmp/menu_heredoc
9696
####
9797

9898
# define comma separated list of paths
99-
install_paths="/tmp,/usr/share/themes,/home/nobody,/usr/share/webapps/novnc,/opt/rustrover,/usr/lib/rustlib,/usr/share/applications,/usr/share/licenses,/etc/xdg"
99+
install_paths="/tmp,/usr/share/themes,/home/nobody,/usr/share/webapps/novnc,/opt/rustrover,/usr/share/applications,/usr/share/licenses,/etc/xdg"
100100

101101
# split comma separated string into list for install paths
102102
IFS=',' read -ra install_paths_list <<< "${install_paths}"

0 commit comments

Comments
 (0)