mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-27 09:58:14 +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 \
|
deps/gtkmm \
|
||||||
extra/mate-system-monitor \
|
extra/mate-system-monitor \
|
||||||
extra/mate-bluetooth \
|
extra/mate-bluetooth \
|
||||||
|
perl-xml-twig \
|
||||||
|
perl-net-dbus \
|
||||||
|
system-tools-backends \
|
||||||
|
liboobs \
|
||||||
|
mate-system-tools \
|
||||||
; do
|
; do
|
||||||
# Get the package name
|
# Get the package name
|
||||||
package=$(echo $dir | cut -f2- -d /)
|
package=$(echo $dir | cut -f2- -d /)
|
||||||
|
|
|
@ -40,12 +40,7 @@ MSBROOT=$(pwd)
|
||||||
for dir in \
|
for dir in \
|
||||||
pam \
|
pam \
|
||||||
pam_unix2 \
|
pam_unix2 \
|
||||||
mate-screensaver \
|
mate-screensaver \
|
||||||
perl-xml-twig \
|
|
||||||
perl-net-dbus \
|
|
||||||
system-tools-backends \
|
|
||||||
liboobs \
|
|
||||||
mate-system-tools \
|
|
||||||
; do
|
; do
|
||||||
# Get the package name
|
# Get the package name
|
||||||
package=$(echo $dir | cut -f2- -d /)
|
package=$(echo $dir | cut -f2- -d /)
|
||||||
|
|
Loading…
Reference in a new issue