* fma: use '-U' option for lzop as suggested by wuehlmaus in 0.8-31
authorMichael Prokop <mika@grml.org>
Sun, 26 Nov 2006 16:21:21 +0000 (17:21 +0100)
committerMichael Prokop <mika@grml.org>
Sun, 26 Nov 2006 16:21:21 +0000 (17:21 +0100)
    http://bts.grml.org/grml/issue19

debian/changelog
usr_bin/fma

index e9315a8..f2d5ef6 100644 (file)
@@ -1,3 +1,10 @@
+grml-scripts (0.8-31) unstable; urgency=low
+
+  * fma: use '-U' option for lzop as suggested by wuehlmaus in
+    http://bts.grml.org/grml/issue19
+
+ -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 17:20:53 +0100
+
 grml-scripts (0.8-30) unstable; urgency=low
 
   * Update script fex, thanks - wuehlmaus! (Closes: issue18)
index a2ca6e1..5b7950a 100755 (executable)
@@ -55,7 +55,7 @@ if ! [ -f "${MANDIR}/${MANPAGE}${SECTIONFILE}.txt.lzo" ] ; then
    if man $SECTION $MANPAGE 1>/dev/null ; then
       man $SECTION $MANPAGE > ${MANDIR}/${MANPAGE}${SECTIONFILE}.txt ; eend $?
       einfo "Compressing manpage with lzop"
-      lzop -o ${MANDIR}/${MANPAGE}${SECTIONFILE}.txt.lzo ${MANDIR}/${MANPAGE}${SECTIONFILE}.txt ; eend $?
+      lzop -U ${MANDIR}/${MANPAGE}${SECTIONFILE}.txt.lzo ${MANDIR}/${MANPAGE}${SECTIONFILE}.txt ; eend $?
    else
       exit 1
       eend 1