Update expat-2.0.1 bep file to force DESTDIR during install/packaging.

This commit is contained in:
Chris Roberts
2010-04-21 23:45:04 +00:00
parent f6384d2f64
commit c1fcc5ccb2

View File

@@ -19,5 +19,5 @@ BUILD {
INSTALL {
cd expat-2.0.1
make install
make install DESTDIR="${DESTDIR}"
}