ke4nt1
Group: Members
Posts: 2329
Joined: Oct. 2003 |
|
Posted: Dec. 12 2006,20:22 |
|
I couldn't find a acpid.dsl in the repository, so I'm guessing here a bit about the contents of your .dsl ...
:If I understand the creation of .dsl's correctly:
These lines I have marked with a * should not exist in your .dsl extension.
*./ *usr *usr/sbin/ *tar: usr/sbin: Cannot mkdir: Not a directory usr/sbin/acpid *tar: usr/sbin/acpid: Cannot open: Not a directory *etc/ *etc/init.d/ etc/init.d/acpid *etc/acpi/ *etc/acpi/events/ etc/acpi/events/powerbtn etc/acpi/powerbtn.sh
It should look like this when you output the unpacking of the .dsl to a list. ( tar -ztf acpid.dsl > filelist.txt )
usr/bin/acpid etc/init.d/acpid etc/acpi/events/powerbtn etc/acpi/powerbtn.sh
If it doesn't, edit your list to only include these files, and not directories. (rare exception, an absent AND empty AND required directory.)
Then remake your .dsl using your new filelist.txt as your guide. "tar -T filelist.lst --no-recursion -cvf- | gzip > acpid.dsl"
Then, see if your newly rebuilt extension passes the test, and works with the dsl2unc script.
73 ke4nt
|