mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2025-01-14 08:01:24 +01:00
reorder mate-applet to be compiled last
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
34a5c392c1
commit
7aeb6a3940
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,6 @@ MSBROOT=$(pwd)
|
|||
# Loop for all packages
|
||||
for dir in \
|
||||
deps/pygobject3 \
|
||||
extra/mate-applets \
|
||||
extra/mate-calc \
|
||||
extra/atril \
|
||||
extra/engrampa \
|
||||
|
@ -76,6 +75,7 @@ for dir in \
|
|||
extra/mate-system-tools \
|
||||
extra/gnome-main-menu \
|
||||
extra/mate-screensaver \
|
||||
extra/mate-applets \
|
||||
; do
|
||||
# Get the package name
|
||||
package=$(echo $dir | cut -f2- -d /)
|
||||
|
|
Loading…
Reference in a new issue