diff --git a/boxes/.footprint b/boxes/.footprint index 903505971..b0409d112 100644 --- a/boxes/.footprint +++ b/boxes/.footprint @@ -1,9 +1,9 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/boxes -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rwxr-xr-x root/root usr/man/man1/boxes.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/boxes/ -rwxr-xr-x root/root usr/share/boxes/config +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rwxr-xr-x root/root usr/share/man/man1/boxes.1.gz diff --git a/boxes/.signature b/boxes/.signature index eb9167ca2..40274f982 100644 --- a/boxes/.signature +++ b/boxes/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3zdb4e6M6sR3PigyTOHliPimqBcg9RxYFnwXHV6UXONBkD4e8tabXyaE4XUkKgZp74vz8nLMoTj4xwFw5RQ7+wM= -SHA256 (Pkgfile) = 30e72c3f1f29736f224224ee6b11eb28e5921d17f22d53465d994e408ade5535 -SHA256 (.footprint) = 859f87e585fafc6538f9964a63341de8bf39c0dd393888b73a14594086cb888e +RWSagIOpLGJF3yms/Hod9Ug+ZvLpHWUFLwEjmeo+XI1N6ySnjabpKT4tVq3ME08J8qwa9D+OtOVVfjBatsQGm3/MePSTsckX2gk= +SHA256 (Pkgfile) = 0596478e150b30ff935483592f78dd4cbd0ec4d658e0b0ea6e743f9d39f72f0b +SHA256 (.footprint) = 699f8f611fa0fd17ee163f74cbe37d300c3ebf89a6e77b43f310f93a01fd9d28 SHA256 (v1.2.zip) = 5e884058fc55e2acf3285078a7f599d189bc5a7b9ecece5a08a155d42733ded7 diff --git a/boxes/Pkgfile b/boxes/Pkgfile index 9dc325fbb..36b18c932 100644 --- a/boxes/Pkgfile +++ b/boxes/Pkgfile @@ -13,6 +13,6 @@ build () { sed -i -e "s|^GLOBALCONF.*|GLOBALCONF = /usr/share/boxes/config|" Makefile make install -D src/boxes $PKG/usr/bin/boxes - install -D doc/boxes.1 $PKG/usr/man/man1/boxes.1 + install -D doc/boxes.1 $PKG/usr/share/man/man1/boxes.1 install -D boxes-config $PKG/usr/share/boxes/config }