Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
010297f1b2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/functions

+ 1
- 1
scripts/functions

@ -474,7 +474,7 @@ register_xdm() {
# #
create_package_db() { create_package_db() {
rm -f $3.tmp rm -f $3.tmp
for file in $( ls -dr $1/descs/?* ) ; do
for file in $( ls $1/descs/ ) ; do
pkg="${file##*/}" pkg="${file##*/}"
# only include the package if a binary file is available # only include the package if a binary file is available

Loading…
Cancel
Save