libsm: fix install.

This commit is contained in:
Jerome Duval
2019-10-29 21:26:20 +01:00
parent f854dfa05f
commit e8f1e2c4b8

View File

@@ -8,7 +8,7 @@ HOMEPAGE="https://www.x.org/releases/individual/lib/"
COPYRIGHT="1989, 1998 The Open Group
2002 Oracle and/or its affiliates"
LICENSE="MIT (no promotion)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://www.x.org/releases/individual/lib/libSM-$portVersion.tar.bz2"
CHECKSUM_SHA256="2d264499dcb05f56438dee12a1b4b71d76736ce7ba7aa6efbf15ebb113769cbb"
SOURCE_DIR="libSM-$portVersion"
@@ -76,7 +76,7 @@ INSTALL()
make install
if [ -z "$secondaryArchSuffix" ]; then
install -m 0644 -t "$developDocDir" README.md
install -m 0644 -t "$developDocDir" README
else
rm -rf "$developDir/documentation"
fi