summaryrefslogtreecommitdiff
path: root/packages/nonworking/docbook
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-02-28 11:57:08 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-02-28 11:57:08 +0000
commit5243c2f3c13973340c4175f22697f0a90f42b33c (patch)
tree7cd680516e5cf7bdef3a4e3d7a25b4a1a65d6524 /packages/nonworking/docbook
parentc72f258e5eac11c9bb5acf7e66e22d06cfe04628 (diff)
nonworking: Attempt to fix up various random broken staging references whilst in the area
Diffstat (limited to 'packages/nonworking/docbook')
-rw-r--r--packages/nonworking/docbook/docbook_4.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/nonworking/docbook/docbook_4.2.bb b/packages/nonworking/docbook/docbook_4.2.bb
index 5bd2aa0e63..ee1ab674cd 100644
--- a/packages/nonworking/docbook/docbook_4.2.bb
+++ b/packages/nonworking/docbook/docbook_4.2.bb
@@ -5,9 +5,9 @@ installfiles = calstblx.dtd ChangeLog dbgenent.mod dbnotnx.mod docbook.cat docbo
catalog.xml dbcentx.mod dbhierx.mod dbpoolx.mod docbook.dcl docbookx.dtd soextblx.dtd
do_stage () {
- install -d ${STAGING_DIR}/share/sgml/docbook_${PV}
+ install -d ${STAGING_DATADIR}/sgml/docbook_${PV}
for i in ${installfiles}; do
- install -m 0644 $i ${STAGING_DIR}/share/sgml/docbook_${PV}
+ install -m 0644 $i ${STAGING_DATADIR}/sgml/docbook_${PV}
done
}