diff options
author | Victor Martinez <pitillo@ono.com> | 2013-01-09 16:27:24 +0000 |
---|---|---|
committer | Victor Martinez <pitillo@ono.com> | 2013-01-09 16:27:24 +0000 |
commit | 0060af42c59183d1bc34a831315df6b59be6556a (patch) | |
tree | 4ac8a8a3ab530ec609d3e61009b5d34efbfd6a3b | |
parent | 3c75b73ab5aec8b0bd419e827b0b0e0ce3d938f7 (diff) | |
download | enlightenment-0060af42c59183d1bc34a831315df6b59be6556a.tar.gz enlightenment-0060af42c59183d1bc34a831315df6b59be6556a.tar.xz |
eina: cleaned dirs
-rw-r--r-- | eina/.footprint | 3 | ||||
-rw-r--r-- | eina/Pkgfile | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/eina/.footprint b/eina/.footprint index e049e24..fcfc08d 100644 --- a/eina/.footprint +++ b/eina/.footprint @@ -78,6 +78,3 @@ lrwxrwxrwx root/root usr/lib/libeina.so.1 -> libeina.so.1.7.5 -rwxr-xr-x root/root usr/lib/libeina.so.1.7.5 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/eina.pc -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/eina/ -drwxr-xr-x root/root usr/share/eina/examples/ diff --git a/eina/Pkgfile b/eina/Pkgfile index c41f848..acb0ede 100644 --- a/eina/Pkgfile +++ b/eina/Pkgfile @@ -14,4 +14,5 @@ build() ./configure --prefix=/usr make make DESTDIR=$PKG install + rm -r $PKG/usr/share } |