mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
362 B

  1. secpanel_custmain(){
  2. secpanel_instdir="$libdir/secpanel"
  3. cp src/bin/secpanel $bindir
  4. mkdir -p ${secpanel_instdir}
  5. cp -r src/lib/secpanel/* ${secpanel_instdir}
  6. chmod 755 ${secpanel_instdir}
  7. chmod 755 ${secpanel_instdir}/listserver.tcl
  8. chmod 755 ${secpanel_instdir}/secpanel.dist
  9. chmod 755 ${secpanel_instdir}/secpanel.wait
  10. }
  11. custmain="secpanel_custmain"