Project

General

Profile

Bug #1284

[mesa] /etc/drirc is a broken symlink

lukeshu - about 7 years ago - . Updated about 7 years ago.

Status:
fixed
Priority:
bug
Assignee:
-
% Done:

100%


Description

In package_mesa(), the PKGBUILD runs cp -rv ${srcdir}/drirc ${pkgdir}/etc; but because ${srcdir}/drirc is a symlink (to ${startdir}/drirc), it copies the symlink itself instead of the file being pointed to. The culprit is the `-r flag; without that flag it will copy the file being pointed to.

History

#1

Updated by Anonymous about 7 years ago

  • Assignee set to Anonymous
  • Status changed from open to in progress
#2

Updated by Anonymous about 7 years ago

  • % Done changed from 0 to 100
  • Status changed from in progress to fixed

Also available in: Atom PDF