2009/5/28 Santi Béjar <[email protected]>: > 2009/5/28 walter <[email protected]>: >>> >>> >>> diff --git a/etc/acpi/lib/shengine.sh b/etc/acpi/lib/shengine.sh >>> index ba5d540..0481a55 100644 >>> --- a/etc/acpi/lib/shengine.sh >>> +++ b/etc/acpi/lib/shengine.sh >>> @@ -3,6 +3,8 @@ >>> # to be sourced >>> >>> >> after >> git clone git://git.debian.org/git/debian-eeepc/eeepc-acpi-scripts.git >> >> etc/acpi/lib$ >> 28. Mai 15:06 bluetooth.sh >> 28. Mai 15:06 camera.sh >> 28. Mai 15:06 eeepc-amixer-blacklist >> 28. Mai 15:06 notify.sh >> 28. Mai 15:06 sound.sh >> >> no shengine.sh there >> >> maybe i miss something, could someone give me a hint. > > The shengine is in branch 'shengine' so: > > git checkout shengine
Sorry, but the correct command is: git checkout origin/shengine or even better, create a local branch tracking origin/shengine: git checkout -b shengine origin/shengine HTH, Santi _______________________________________________ Debian-eeepc-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel
