mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
Fix missing the directory path
Signed-off-by: willysr <willysr@slackware-id.org>
This commit is contained in:
parent
ba0af16487
commit
e7c73faa3d
1 changed files with 5 additions and 5 deletions
|
@ -72,11 +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 \
|
extra/perl-xml-twig \
|
||||||
perl-net-dbus \
|
extra/perl-net-dbus \
|
||||||
system-tools-backends \
|
extra/system-tools-backends \
|
||||||
liboobs \
|
extra/liboobs \
|
||||||
mate-system-tools \
|
extra/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