Skip to content

Commit c19df18

Browse files
committed
add config to instantutils package
1 parent 5e1882d commit c19df18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/instantutils/PKGBUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ package() {
2424
cd $_pkgname
2525
make PREFIX=/usr DESTDIR="$pkgdir" install
2626
install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27+
install -d "$pkgdir/usr/share/instantos"
28+
cp -r config "$pkgdir/usr/share/instantos/"
2729

2830
}

0 commit comments

Comments
 (0)