diff --git a/buildinstallxfce.sh b/buildinstallxfce.sh index 0cb6524..7defc22 100644 --- a/buildinstallxfce.sh +++ b/buildinstallxfce.sh @@ -25,7 +25,7 @@ cd ../garcon-4.20.0/ cd ../libxfce4windowing-4.20.0 ./configure --prefix=/usr && make && make install -cd ../xfce4-power-manager-4.20.0 +cd ../xfce4-panel-4.20.0 ./configure --prefix=/usr && make && make install cd ../xfce4-appfinder-4.20.0 @@ -37,15 +37,15 @@ cd ../xfce4-session-4.20.0 cd ../xfce4-settings-4.20.0 ./configure --prefix=/usr && make && make install -cd ../xfce4-panel-4.20.0 -./configure --prefix=/usr && make && make install - cd ../xfwm4-4.20.0/ ./configure --prefix=/usr && make && make install cd ../xfdesktop-4.20.0 ./configure --prefix=/usr && make && make install +cd ../xfce4-power-manager-4.20.0 +./configure --prefix=/usr && make && make install + cd ../thunar-4.20.0 ./configure --prefix=/usr && make && make install