File: fix-rc-path.patch

package info (click to toggle)
lmod 8.7.60-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 63,000 kB
  • sloc: sh: 6,266; makefile: 2,837; ansic: 1,513; tcl: 1,382; python: 1,050; csh: 112
file content (12 lines) | stat: -rw-r--r-- 426 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Author: Andreas Beckmann <anbe@debian.org>
Description: rc resides in /usr/bin (at least on Debian)
Forwarded: not-needed

--- a/init/profile.rc.in
+++ b/init/profile.rc.in
@@ -1,4 +1,4 @@
-#!/bin/rc
+#!/usr/bin/rc
 ########################################################################
 #  This is the system wide source file for setting up modules
 ########################################################################