Blob Blame History Raw
diff -up nicotine+-1.2.16/setup.py.orig nicotine+-1.2.16/setup.py
--- nicotine+-1.2.16/setup.py.orig	2010-01-17 22:57:24.000000000 +0100
+++ nicotine+-1.2.16/setup.py	2010-11-09 14:25:45.888948250 +0100
@@ -99,16 +99,6 @@ for mo in mo_dirs:
 	else:
 		files.append((os.path.join(sys.prefix, "share", "locale", lang, "LC_MESSAGES"), [os.path.join(mo, "nicotine.mo")]))
 
-# data_files (sounds)
-sound_dirs = glob.glob(os.path.join("sounds", "*"))
-for sounds in sound_dirs:
-	p, theme = os.path.split(sounds)
-	for file in ["private.ogg", "room_nick.ogg", "details.txt", "license.txt"]:
-		if is_windows:
-			files.append((os.path.join("share", "nicotine", "sounds", theme), [os.path.join(sounds, file)]))
-		else:
-			files.append((os.path.join(sys.prefix, "share", "nicotine", "sounds", theme), [os.path.join(sounds, file)]))
-
 # data_files (documentation)
 doc_files = glob.glob(os.path.join("doc", "*"))
 for file in doc_files: