diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-04 20:23:35 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-04 20:23:35 +0100 |
commit | fbbed1832b30a0aaedf0f60afcd3688155ded2ea (patch) | |
tree | 3abb3b090d335b3969ac0e6bf14570c5158d78cb /sci-libs/sbig/sbig-9999.ebuild | |
parent | 563aa794bf1ad44ad13540eb3cf80444d85a6303 (diff) | |
download | brancik-overlay-fbbed1832b30a0aaedf0f60afcd3688155ded2ea.tar.gz brancik-overlay-fbbed1832b30a0aaedf0f60afcd3688155ded2ea.tar.bz2 |
Added patch to fix symlink creation in sci-libs/sbig
Diffstat (limited to 'sci-libs/sbig/sbig-9999.ebuild')
-rw-r--r-- | sci-libs/sbig/sbig-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-libs/sbig/sbig-9999.ebuild b/sci-libs/sbig/sbig-9999.ebuild index 3fc1568..85a9452 100644 --- a/sci-libs/sbig/sbig-9999.ebuild +++ b/sci-libs/sbig/sbig-9999.ebuild @@ -20,6 +20,8 @@ DEPEND="" RDEPEND="${DEPEND}" +PATCHES=( "${FILESDIR}/sbig-0.9.9-fix-symlink.patch" ) + src_unpack() { subversion_src_unpack }
\ No newline at end of file |