Pascal Hibon wrote: 
> The only difference with my setup was that it didn't use gid=990. I
> tried it by adding it but still no luck. The package does not install
> when /mnt/disk1 is mounted.


Code:
--------------------
    
  sudo csos-cleanUpdate-testing squeeze-web-gui-lua
  
--------------------


I've just pushed a new package, stopped creating the directories in the
package, instead in the pre scriptlet....


Code:
--------------------
    
  # create /mnt/disk[1-5] if they don't exist
  for i in 1 2 3 4 5;
  do
  if [ ! -d "/mnt/disk$i" ]; then
  mkdir -p -m0755 "/mnt/disk$i"
  fi
  done
  
--------------------


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to