Commit fa429b2b authored by Holger Levsen's avatar Holger Levsen
Browse files

publish_changes_to_userContent(): also publish binary package with the same name as source package

parent 68d43d67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ publish_changes_to_userContent() {
	done
	rm -rf $TARGET
	mkdir $TARGET
	mv ${NEW_CONTENT}/usr/share/doc/${SRCPKG}-* $TARGET/
	mv ${NEW_CONTENT}/usr/share/doc/${SRCPKG}* $TARGET/
	rm -r ${NEW_CONTENT}
	if [ -z "$3" ] ; then
		touch "$TARGET/${VERSION}"