From 3aabd6016344dab798425905a50bc4acc392f8ea Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 19 Nov 2011 01:26:21 -0500 Subject: fix unar and unarchiver (I need to be more diligent) --- ~lukeshu/unarchiver/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to '~lukeshu/unarchiver/PKGBUILD') diff --git a/~lukeshu/unarchiver/PKGBUILD b/~lukeshu/unarchiver/PKGBUILD index ab58c2f2d..e1c2f4da9 100644 --- a/~lukeshu/unarchiver/PKGBUILD +++ b/~lukeshu/unarchiver/PKGBUILD @@ -61,12 +61,13 @@ package_libxadmaster() { pkgdesc="An Objective-C library built around libxad adding support for other formats" depends+=('libuniversaldetector') - header_files= \ - CommandLineCommon.h \ - NSStringPrinting.h \ - XADArchive.h \ - XADRegex.h \ + header_files=' + CommandLineCommon.h + NSStringPrinting.h + XADArchive.h + XADRegex.h XADUnarchiver.h + ' cd "$srcdir/The Unarchiver/XADMaster" install -d "$pkgdir/usr/lib" -- cgit v1.2.3