testing/chromium: build fix. create missing dir

This commit is contained in:
Natanael Copa 2011-11-25 08:14:48 +00:00
parent 1a7250e6e1
commit 1693a44e16

View File

@ -164,6 +164,7 @@ package() {
install -m644 -c "${CHROMIUM_IMAGE}/chrome.1" "${pkgdir}/usr/share/man/man1/chrome.1"
ln -sf "chrome.1" "${pkgdir}/usr/share/man/man1/chrome-browser.1"
install -d "${pkgdir}"/usr/bin
ln -sf "${CHROMIUM_HOME}/chrome" "${pkgdir}/usr/bin/chrome"
ln -sf "${CHROMIUM_HOME}/chrome" "${pkgdir}/usr/bin/chrome-browser"
ln -sf "${CHROMIUM_HOME}/chrome" "${pkgdir}/usr/bin/chromium"