[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: blackdown Java, amd64 and java-package



Robert King wrote:

What am I doing wrong here?

solzhenitsyn:/usr/local/package# make-jpkg j2re-1.4.2-rc1-linux-amd64.bin
Creating temporary directory: /tmp/make-jpkg.XXXXmFAQu4
Loading plugins: blackdown-j2re.sh blackdown-j2sdk.sh common.sh j2re.sh j2sdk.sh j2se.sh sun-j2re.sh sun-j2sdk.sh

No matching plugin was found.
Removing temporary directory: done


Add the following to /usr/share/java-package/blackdown-j2re.sh in the middle where it lists other files:

      "j2re-1.4.2-rc1-linux-amd64.bin")
          j2se_version=1.4.2+rc1
          j2se_expected_min_size=53 # 54748 kB
          found=true
          ;;

The make-jpkg program does file-name comparisons to figure out what package the file is, but doesn't recognize the amd64 version by default.

-Peter



Reply to: