From 5beedc256f193f1c67d9b81382e0f0122614d835 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 26 Apr 2015 22:04:04 +0200 Subject: [PATCH] Sawteeth: cleanup of extra files * Some unwanted things would get into the package because of a too broad cp. Copy exactly what we need there. --- haiku-apps/sawteeth/sawteeth-1.3.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haiku-apps/sawteeth/sawteeth-1.3.recipe b/haiku-apps/sawteeth/sawteeth-1.3.recipe index 6a410535b..bb57d9b77 100644 --- a/haiku-apps/sawteeth/sawteeth-1.3.recipe +++ b/haiku-apps/sawteeth/sawteeth-1.3.recipe @@ -43,5 +43,5 @@ INSTALL() cp Sawteeth ${SAWTEETH_DIR}/Sawteeth cp -r sounds ${SAWTEETH_DIR} cp -r songs ${SAWTEETH_DIR} - cp -r lib ${SAWTEETH_DIR} + cp -r lib/headers lib/libST.so ${SAWTEETH_DIR}/lib/ }