mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 10:29:37 +02:00
Merge pull request #1336 from Pmodules/1335-add-shell-profile-for-rpm
1335 add shell profile for rpm
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
* path to Lua installation fixed in recipe to build luarocks
|
||||
(#1320)
|
||||
|
||||
### other changes
|
||||
* shell profile for RPM added
|
||||
|
||||
## Version 2.0.2
|
||||
|
||||
Migragtion to GitHub:
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ ${UID} -ge 1000 ]]; then
|
||||
if [[ -r @PREFIX@/share/Pmodules/init/bash ]]; then
|
||||
source @PREFIX@/share/Pmodules/init/bash
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user