Magellan Linux

Diff of /trunk/include/rpath.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 22525 by niro, Wed Oct 22 13:39:58 2014 UTC revision 22528 by niro, Wed Oct 22 13:45:21 2014 UTC
# Line 18  mdeleterpath() Line 18  mdeleterpath()
18   # remove rpath from files   # remove rpath from files
19   for file in $(msearchrpath)   for file in $(msearchrpath)
20   do   do
21   chrpath -d "${BINDIR}/${file}" || die "rpath removal failed: ${${BINDIR}/${file}"   chrpath -d "${BINDIR}/${file}" || die "rpath removal failed: ${BINDIR}/${file}"
22   done   done
23  }  }

Legend:
Removed from v.22525  
changed lines
  Added in v.22528