summaryrefslogtreecommitdiffstats
path: root/audio-drivers/oss
diff options
context:
space:
mode:
authorAndraž Levstik2008-11-24 17:16:27 +0100
committerAndraž Levstik2008-11-24 17:16:27 +0100
commit23c31a1fecc9c6c910c66c4333caeb522ebc19ff (patch)
tree5a5a9a57888e6bb9f56a0d82232fa0bad99a57f4 /audio-drivers/oss
parenta570da6f7daca92bfe81ee51e5e6c68a5a71aa63 (diff)
oss: fixed up stable as well
Diffstat (limited to 'audio-drivers/oss')
-rw-r--r--audio-drivers/oss/HISTORY1
-rwxr-xr-xaudio-drivers/oss/INSTALL4
2 files changed, 1 insertions, 4 deletions
diff --git a/audio-drivers/oss/HISTORY b/audio-drivers/oss/HISTORY
index 278edfa6b3..f5a83ec2b9 100644
--- a/audio-drivers/oss/HISTORY
+++ b/audio-drivers/oss/HISTORY
@@ -1,6 +1,7 @@
2008-11-24 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* PRE_BUILD: fixup of patches
* INSTALL: updated to copy only without soundon
+ adde also for stable copy target exists
* FINAL: added warning about how to set it up after copying
* DETAILS: updated test
* DEPENDS: added mercurial
diff --git a/audio-drivers/oss/INSTALL b/audio-drivers/oss/INSTALL
index 28f3fcf060..b510fa927b 100755
--- a/audio-drivers/oss/INSTALL
+++ b/audio-drivers/oss/INSTALL
@@ -4,8 +4,4 @@ if [[ -e setup/Linux/oss/scripts/90-oss_usb-create-device.fdi ]] ; then
$INSTALL_ROOT/usr/share/hal/fdi/policy/ &&
rm -rf prototype/usr/share/hal
fi &&
-if [[ $OSS_BRANCH == stable ]]; then
-make install
-else
make copy
-fi