Skip to content

Commit f16111b

Browse files
committed
trying
1 parent a935738 commit f16111b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pkgbuild/PKGBUILD

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@ if [ -e "${pkgname}.install" ];then
1515
fi
1616

1717
package() {
18+
# Verify default folder
19+
if [ -d "${srcdir}/${pkgname}/${pkgname}" ]; then
20+
InternalDir="${srcdir}/${pkgname}/${pkgname}"
21+
else
22+
InternalDir="${srcdir}/${pkgname}"
23+
fi
1824

19-
InternalDir="${srcdir}/${pkgname}"
2025

2126
# Copy files
2227
if [ -d "${InternalDir}/usr" ]; then

0 commit comments

Comments
 (0)