dodoc versiyonu eklemesin

This commit is contained in:
Faik Uygur
2009-02-18 12:03:30 +00:00
parent 96b2d6ec42
commit 9d7cf6d8de
+1 -1
View File
@@ -47,7 +47,7 @@ def dodir(destinationDirectory):
def dodoc(*sourceFiles):
'''inserts the files in the list of files into /usr/share/doc/PACKAGE'''
readable_insinto(join_path(get.installDIR(), join_path('/usr/share/doc', get.srcTAG())), *sourceFiles)
readable_insinto(join_path(get.installDIR(), join_path('/usr/share/doc', get.srcNAME())), *sourceFiles)
def doexe(sourceFile, destinationDirectory):
'''insert a executable file into destination directory'''