mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2025-01-14 08:01:24 +01:00
Move mate-netspeed and mate-utils into extra/
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
parent
bfb20dd90b
commit
057dee53f0
10 changed files with 2 additions and 2 deletions
|
@ -60,6 +60,8 @@ for dir in \
|
||||||
extra/mate-terminal \
|
extra/mate-terminal \
|
||||||
deps/gtksourceview \
|
deps/gtksourceview \
|
||||||
extra/mate-text-editor \
|
extra/mate-text-editor \
|
||||||
|
extra/mate-netspeed \
|
||||||
|
extra/mate-utils \
|
||||||
; do
|
; do
|
||||||
# Get the package name
|
# Get the package name
|
||||||
package=$(echo $dir | cut -f2- -d /)
|
package=$(echo $dir | cut -f2- -d /)
|
||||||
|
|
|
@ -39,10 +39,8 @@ MSBROOT=$(pwd)
|
||||||
for dir in \
|
for dir in \
|
||||||
pam \
|
pam \
|
||||||
pam_unix2 \
|
pam_unix2 \
|
||||||
mate-netspeed \
|
|
||||||
mate-screensaver \
|
mate-screensaver \
|
||||||
mate-system-monitor \
|
mate-system-monitor \
|
||||||
mate-utils \
|
|
||||||
mate-bluetooth \
|
mate-bluetooth \
|
||||||
; do
|
; do
|
||||||
# Get the package name
|
# Get the package name
|
||||||
|
|
Loading…
Reference in a new issue