Skip to content
Snippets Groups Projects
Commit 821f3e6b authored by Natanael Copa's avatar Natanael Copa
Browse files

fix bug in creating mod subpackages

parent da6f75fb
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ mod() {
if [ -d "$pkgdir/lib/$i" ]; then
rm -rf "$subpkgdir/lib"
mkdir -p "$subpkgdir/lib"
mv "$pkgdir/lib/$i" "$subdir/lib"
mv "$pkgdir/lib/$i" "$subpkgdir/lib"
fi
done
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment