diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-02-27 18:11:03 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-02-27 18:11:03 +0000 |
commit | 699ed1d0989aa9683944441c9dc90956b6268e77 (patch) | |
tree | 975ca31d052799def0fba6f3120a191c1daac8e8 | |
parent | 2cc4ead24b8a65afc595dc0828800196c189e51e (diff) |
docbook-utils-native 0.6.14: Provide yet another name for all tools (via symlink).
-rw-r--r-- | packages/docbook-utils/docbook-utils-native_0.6.14.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/docbook-utils/docbook-utils-native_0.6.14.bb b/packages/docbook-utils/docbook-utils-native_0.6.14.bb index af1113b331..eef3f9e0fb 100644 --- a/packages/docbook-utils/docbook-utils-native_0.6.14.bb +++ b/packages/docbook-utils/docbook-utils-native_0.6.14.bb @@ -1,7 +1,7 @@ SECTION = "console/utils" LICENSE = "GPL" -PR = "r1" +PR = "r2" DEPENDS = "openjade-native sgmlspl-native docbook-dsssl-stylesheets-native docbook-sgml-dtd-3.1-native" @@ -25,6 +25,7 @@ do_stage () { for doctype in html ps dvi man pdf rtf tex texi txt do install -m 0755 ${S}/bin/docbook2$doctype ${STAGING_BINDIR_NATIVE}/ + ln -sf docbook2x-$doctype ${STAGING_BINDIR_NATIVE}/db2$doctype ln -sf docbook2$doctype ${STAGING_BINDIR_NATIVE}/db2$doctype ln -sf docbook2$doctype ${STAGING_BINDIR_NATIVE}/docbook-to-$doctype done |