This is an autogenerated patch header for a single-debian-patch file. The
delta against upstream is either kept as a single patch, or maintained
in some VCS, and exported as a single patch instead of more manageable
atomic patches.

--- rpma-1.3.0.orig/utils/src2mans.sh
+++ rpma-1.3.0/utils/src2mans.sh
@@ -73,6 +73,11 @@ do
 		exit 1
 	fi
 
+	# remove build path
+	if [[ -s "$MANUALS" ]]; then
+		sed -i "s|$DIR/||" $(cat $MANUALS)
+	fi
+
 	if [ $PANDOC -eq 1 ]; then
 		for f in $(cat $MANUALS | xargs); do
 			# get rid of a FILE section (last two lines of the file)
