diff options
author | 2002-02-03 13:38:09 +0000 | |
---|---|---|
committer | 2002-02-03 13:38:09 +0000 | |
commit | 573de8af78039155157c482fdb6d17883502b126 (patch) | |
tree | d3516282bb6da041e8f4e3ebe0163969864fa41a /app-misc/rox | |
parent | fix0rs (diff) | |
download | historical-573de8af78039155157c482fdb6d17883502b126.tar.gz historical-573de8af78039155157c482fdb6d17883502b126.tar.bz2 historical-573de8af78039155157c482fdb6d17883502b126.zip |
new, working revision of rox, squashed bug #499
Diffstat (limited to 'app-misc/rox')
-rw-r--r-- | app-misc/rox/files/digest-rox-1.1.8-r1 (renamed from app-misc/rox/files/digest-rox-1.1.8) | 0 | ||||
-rw-r--r-- | app-misc/rox/rox-1.1.8-r1.ebuild (renamed from app-misc/rox/rox-1.1.8.ebuild) | 15 |
2 files changed, 8 insertions, 7 deletions
diff --git a/app-misc/rox/files/digest-rox-1.1.8 b/app-misc/rox/files/digest-rox-1.1.8-r1 index b50dcfe410e7..b50dcfe410e7 100644 --- a/app-misc/rox/files/digest-rox-1.1.8 +++ b/app-misc/rox/files/digest-rox-1.1.8-r1 diff --git a/app-misc/rox/rox-1.1.8.ebuild b/app-misc/rox/rox-1.1.8-r1.ebuild index 7e014e867052..cbc82bda6b1e 100644 --- a/app-misc/rox/rox-1.1.8.ebuild +++ b/app-misc/rox/rox-1.1.8-r1.ebuild @@ -24,12 +24,13 @@ src_install() { cp -rf MIME-types/ ${D}/usr/share/Choices/ cd ${WORKDIR}/${P} - doman rox.1 - mkdir -p /usr/share/rox - cp -rf ROX-Filer/ /usr/share/ - /usr/share/ROX-Filer/AppRun --compile - echo "#!/bin/sh" > "/usr/bin/rox" - echo "exec /usr/share/ROX-Filer/AppRun \"\$@\"" >> "/usr/bin/rox" - chmod a+x /usr/bin/rox + doman rox.1 + mkdir -p ${D}/usr/share/rox + mkdir -p ${D}/usr/bin + cp -rf ROX-Filer/ ${D}/usr/share/ + ${D}/usr/share/ROX-Filer/AppRun --compile + echo "#!/bin/sh" > "${D}/usr/bin/rox" + echo "exec /usr/share/ROX-Filer/AppRun \"\$@\"" >> "${D}/usr/bin/rox" + chmod a+x ${D}/usr/bin/rox } |