mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
pdfwriter: Add encodings to package.
This commit is contained in:
@@ -4,7 +4,7 @@ instead of sending output to a printer."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/PDFWriter"
|
||||
COPYRIGHT="2003 Phillipe Houdoin, Michael Pfeiffer, Simon Gauvin"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
srcGitRev="7267aff12ce96a381c8a817b04e4e8f1fd3036a0"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="8eaecc3980dffd37e7c0a01d106eded735670bcd0def9c8dfedfca583d277e9e"
|
||||
@@ -41,4 +41,6 @@ INSTALL()
|
||||
{
|
||||
mkdir -p $addOnsDir/Print
|
||||
cp -a objects/PDF\ Writer $addOnsDir/Print/
|
||||
mkdir -p $dataDir/PDF\ Writer
|
||||
cp encoding/* $dataDir/PDF\ Writer/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user