mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
mesa-demos: doesn't install anything, fix that
This commit is contained in:
@@ -15,5 +15,8 @@ PKG_TOOLCHAIN="autotools"
|
||||
PKG_CONFIGURE_OPTS_TARGET="--without-glut"
|
||||
|
||||
makeinstall_target() {
|
||||
: # nop
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -P src/xdemos/glxdemo $INSTALL/usr/bin
|
||||
cp -P src/xdemos/glxgears $INSTALL/usr/bin
|
||||
cp -P src/xdemos/glxinfo $INSTALL/usr/bin
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user