diff options
author | Robby Workman <rw@rlworkman.net> | 2010-10-24 22:28:13 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-10-25 07:55:11 -0500 |
commit | adcfe4d45100dc798829dedcafb9e763966c1402 (patch) | |
tree | e23e841d2bdaed4fb69870faaf6d11796d0393d6 /system/chrpath/slack-desc | |
parent | a19c42d298d1568ea25ff4c84de00f018544a183 (diff) | |
download | slackbuilds-adcfe4d45100dc798829dedcafb9e763966c1402.tar.gz |
system/chrpath: Added (modify rpath of binaries)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/chrpath/slack-desc')
-rw-r--r-- | system/chrpath/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/chrpath/slack-desc b/system/chrpath/slack-desc new file mode 100644 index 0000000000..8537ae7929 --- /dev/null +++ b/system/chrpath/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +chrpath: chrpath (modify rpath of binaries) +chrpath: +chrpath: chrpath allows you to modify the dynamic library load path (rpath) of +chrpath: compiled programs. Currently, only removing and modifying the rpath +chrpath: is supported. Eventually, I hope to be able to add an rpath if it is +chrpath: missing. +chrpath: +chrpath: +chrpath: +chrpath: +chrpath: |