mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
mate-system-tools and all it's dependencies are moved to /extra
Signed-off-by: willysr <willysr@slackware-id.org>
This commit is contained in:
parent
8c379acd02
commit
ba0af16487
19 changed files with 6 additions and 6 deletions
|
@ -72,6 +72,11 @@ for dir in \
|
|||
deps/gtkmm \
|
||||
extra/mate-system-monitor \
|
||||
extra/mate-bluetooth \
|
||||
perl-xml-twig \
|
||||
perl-net-dbus \
|
||||
system-tools-backends \
|
||||
liboobs \
|
||||
mate-system-tools \
|
||||
; do
|
||||
# Get the package name
|
||||
package=$(echo $dir | cut -f2- -d /)
|
||||
|
|
|
@ -40,12 +40,7 @@ MSBROOT=$(pwd)
|
|||
for dir in \
|
||||
pam \
|
||||
pam_unix2 \
|
||||
mate-screensaver \
|
||||
perl-xml-twig \
|
||||
perl-net-dbus \
|
||||
system-tools-backends \
|
||||
liboobs \
|
||||
mate-system-tools \
|
||||
mate-screensaver \
|
||||
; do
|
||||
# Get the package name
|
||||
package=$(echo $dir | cut -f2- -d /)
|
||||
|
|
Loading…
Reference in a new issue