Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
f1f9203909
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/mnemoc/clip/clip.conf

+ 1
- 1
package/mnemoc/clip/clip.conf

@ -53,7 +53,7 @@ clip_patch() {
f=$( grep -e "^\[D\] .* $1" $confdir/clip.desc | cut -d' ' -f 3 )
if [ "$f" ]; then
f=${f%.tgz}.tbz2
if [ -z "${f%%*.tgz}" ]; then f=${f%.tgz}.tbz2; fi
echo "Applying $f to CLIP."
( cd ..; \
ln -sv ${xsrcdir##*/} $2; \

Loading…
Cancel
Save