This commit is contained in:
JMARyA 2025-03-09 02:48:00 +01:00
parent e665b6d626
commit aebd47503e
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
9 changed files with 158 additions and 3 deletions

View file

@ -8,5 +8,5 @@ source=()
sha256sums=()
package() {
rsync -vzr ./root/ "$pkgdir/"
rsync -vzr ../root/ "$pkgdir/"
}