commit 3b0e8e1770dad66ac10807af85d66582b1c5d113 parent ac0a30b7d44952b8faf4ac3c4e521ee2dff04135 Author: Shokara Kou <shokara@kalli.st> Date: Sun, 12 Dec 2021 18:19:30 -0500 fix typo Diffstat:
| M | Pkgfile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Pkgfile b/Pkgfile @@ -18,5 +18,5 @@ build() { make make DESTDIR=$PKG install - rm -fr $PKG/share/doc + rm -fr $PKG/usr/share/doc }