summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extra/isomaster/.footprint62
-rw-r--r--extra/isomaster/Pkgfile2
2 files changed, 42 insertions, 22 deletions
diff --git a/extra/isomaster/.footprint b/extra/isomaster/.footprint
index b12a30d1e..eeef62416 100644
--- a/extra/isomaster/.footprint
+++ b/extra/isomaster/.footprint
@@ -1,25 +1,45 @@
drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/local/
-drwxr-xr-x root/root usr/local/bin/
--rwxr-xr-x root/root usr/local/bin/isomaster
-drwxr-xr-x root/root usr/local/share/
-drwxr-xr-x root/root usr/local/share/applications/
--rw-r--r-- root/root usr/local/share/applications/isomaster.desktop
-drwxr-xr-x root/root usr/local/share/isomaster/
-drwxr-xr-x root/root usr/local/share/isomaster/icons/
--rw-r--r-- root/root usr/local/share/isomaster/icons/add2-kearone.png
--rw-r--r-- root/root usr/local/share/isomaster/icons/delete-kearone.png
--rw-r--r-- root/root usr/local/share/isomaster/icons/extract2-kearone.png
--rw-r--r-- root/root usr/local/share/isomaster/icons/folder-new-kearone.png
--rw-r--r-- root/root usr/local/share/isomaster/icons/go-back-kearone.png
--rw-r--r-- root/root usr/local/share/isomaster/icons/isomaster.png
-drwxr-xr-x root/root usr/local/share/locale/
-drwxr-xr-x root/root usr/local/share/locale/fr/
-drwxr-xr-x root/root usr/local/share/locale/fr/LC_MESSAGES/
--rw-r--r-- root/root usr/local/share/locale/fr/LC_MESSAGES/isomaster.mo
-drwxr-xr-x root/root usr/local/share/man/
-drwxr-xr-x root/root usr/local/share/man/man1/
--rw-r--r-- root/root usr/local/share/man/man1/isomaster.1.gz
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/isomaster
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/isomaster.desktop
+drwxr-xr-x root/root usr/share/doc/
+drwxr-xr-x root/root usr/share/doc/bkisofs/
+-rw-r--r-- root/root usr/share/doc/bkisofs/book1.html
+-rw-r--r-- root/root usr/share/doc/bkisofs/c589.html
+-rw-r--r-- root/root usr/share/doc/bkisofs/c713.html
+-rw-r--r-- root/root usr/share/doc/bkisofs/c73.html
+-rw-r--r-- root/root usr/share/doc/bkisofs/c9.html
+-rw-r--r-- root/root usr/share/doc/bkisofs/x153.html
+-rw-r--r-- root/root usr/share/doc/bkisofs/x23.html
+-rw-r--r-- root/root usr/share/doc/bkisofs/x240.html
+-rw-r--r-- root/root usr/share/doc/bkisofs/x313.html
+-rw-r--r-- root/root usr/share/doc/bkisofs/x32.html
+-rw-r--r-- root/root usr/share/doc/bkisofs/x343.html
+-rw-r--r-- root/root usr/share/doc/bkisofs/x377.html
+-rw-r--r-- root/root usr/share/doc/bkisofs/x390.html
+-rw-r--r-- root/root usr/share/doc/bkisofs/x492.html
+-rw-r--r-- root/root usr/share/doc/bkisofs/x613.html
+-rw-r--r-- root/root usr/share/doc/bkisofs/x620.html
+-rw-r--r-- root/root usr/share/doc/bkisofs/x634.html
+-rw-r--r-- root/root usr/share/doc/bkisofs/x641.html
+-rw-r--r-- root/root usr/share/doc/bkisofs/x653.html
+-rw-r--r-- root/root usr/share/doc/bkisofs/x674.html
+-rw-r--r-- root/root usr/share/doc/bkisofs/x69.html
+-rw-r--r-- root/root usr/share/doc/bkisofs/x95.html
+drwxr-xr-x root/root usr/share/isomaster/
+drwxr-xr-x root/root usr/share/isomaster/icons/
+-rw-r--r-- root/root usr/share/isomaster/icons/add2-kearone.png
+-rw-r--r-- root/root usr/share/isomaster/icons/delete-kearone.png
+-rw-r--r-- root/root usr/share/isomaster/icons/extract2-kearone.png
+-rw-r--r-- root/root usr/share/isomaster/icons/folder-new-kearone.png
+-rw-r--r-- root/root usr/share/isomaster/icons/go-back-kearone.png
+-rw-r--r-- root/root usr/share/isomaster/icons/isomaster.png
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/isomaster.mo
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/isomaster.1.gz
diff --git a/extra/isomaster/Pkgfile b/extra/isomaster/Pkgfile
index 74cf3ad99..b8cfdc036 100644
--- a/extra/isomaster/Pkgfile
+++ b/extra/isomaster/Pkgfile
@@ -13,7 +13,7 @@ build() {
cd $name-$version
./configure --prefix=/usr
make
- make DESTDIR=$PKG install
+ make PREFIX=/usr DESTDIR=$PKG install
install -D -m 644 ../$name.desktop \
$PKG/usr/share/applications/$name.desktop
}