Remove sound/ headers which are shipped with alsa-headers

This commit is contained in:
Ozan Çağlayan
2009-04-14 16:57:31 +00:00
parent c1bc9366e2
commit 328b2cac20
+3
View File
@@ -170,6 +170,9 @@ def installLibcHeaders():
shelltools.system("find . -name '.' -o -name '.*' -prune -o -print | \
cpio -pVd --preserve-modification-time %s" % headers_dir)
# Remove sound/ directory which is installed by alsa-headers
shelltools.system("rm -rf %s/sound" % headers_dir)
shelltools.cd(oldwd)
# FIXME: Do we really need to delete those directories below?