diff options
author | Maho Nakata <maho@FreeBSD.org> | 2010-02-13 23:51:34 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2010-02-13 23:51:34 +0000 |
commit | 6e57b2a0b5a3d781d84b7cdca73efa14d956a3b6 (patch) | |
tree | a77ec256e4b174b28edf6b6db93da2a3a565a478 | |
parent | 120acb1c887402ac73450aacbebcfc1bc9682def (diff) |
Notes
-rw-r--r-- | editors/openoffice.org-2/files/Makefile.others | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2/files/Makefile.others b/editors/openoffice.org-2/files/Makefile.others index 444a91beac69..8afeca1facdb 100644 --- a/editors/openoffice.org-2/files/Makefile.others +++ b/editors/openoffice.org-2/files/Makefile.others @@ -11,7 +11,7 @@ package-rename: @${ECHO_MSG} "===> Rename package for OpenOffice.org mirror upload"; - @${MV} ${PKGFILE} \ + @${LN} ${PKGFILE} \ ${WRKDIR}/../${PACKAGE_BASENAME}_install_${LOCALIZED_LANG}${PKG_SUFX} package-canonical: |