Skip to content
  • Guido Gunther's avatar
    Typechange symlinkx to files · 64b4b673
    Guido Gunther authored
    to make dpkg-source happy.
    
    via
    
        find -type l | while read dest; do src=$(readlink -f $dest); rm $dest; cp $src $dest; done
    
    (taken from README.source)
    64b4b673