diff --git a/phpmp/.footprint b/phpmp/.footprint index 93730e282..e8dac892a 100644 --- a/phpmp/.footprint +++ b/phpmp/.footprint @@ -1,11 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/phpmp/ --rw-r--r-- root/root usr/share/phpmp/COPYING --rw-r--r-- root/root usr/share/phpmp/ChangeLog --rw-r--r-- root/root usr/share/phpmp/INSTALL --rw-r--r-- root/root usr/share/phpmp/README --rw-r--r-- root/root usr/share/phpmp/TODO -rw-r--r-- root/root usr/share/phpmp/config.php -rw-r--r-- root/root usr/share/phpmp/find.php -rw-r--r-- root/root usr/share/phpmp/find_body.php diff --git a/phpmp/Pkgfile b/phpmp/Pkgfile index c943eb0d7..2ca9cf1ef 100644 --- a/phpmp/Pkgfile +++ b/phpmp/Pkgfile @@ -14,4 +14,5 @@ build() { mkdir -p $PKG/usr/share/$name cp * $PKG/usr/share/$name chown -R root:root $PKG + rm $PKG/usr/share/phpmp/{COPYING,ChangeLog,INSTALL,README,TODO} }