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 \
|
||||
extra/mate-system-monitor \
|
||||
extra/mate-bluetooth \
|
||||
perl-xml-twig \
|
||||
perl-net-dbus \
|
||||
system-tools-backends \
|
||||
liboobs \
|
||||
mate-system-tools \
|
||||
extra/perl-xml-twig \
|
||||
extra/perl-net-dbus \
|
||||
extra/system-tools-backends \
|
||||
extra/liboobs \
|
||||
extra/mate-system-tools \
|
||||
; do
|
||||
# Get the package name
|
||||
package=$(echo $dir | cut -f2- -d /)
|
||||
|
|
Loading…
Reference in a new issue