You are not logged in.

#1 2009-12-06 03:37:36

SSRH
Member
Registered: 2009-12-06
Posts: 3

[solved] In the process of rebuilding firefox with abs

After I run

$ makepkg -g >> PKGBUILD

I open up PKGBUILD with nano to edit in the values given on the firefox archwiki page. However, the only thing in PKGBUILD is

md5sums=()

which doesn't really allow me to continue what I was doing. Anyone have an idea what's causing this problem?

Last edited by SSRH (2009-12-06 23:06:34)

Offline

#2 2009-12-06 03:41:04

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved] In the process of rebuilding firefox with abs

I guess you did 'makepkg -g > PKGBUILD'.

Offline

#3 2009-12-06 03:45:16

SSRH
Member
Registered: 2009-12-06
Posts: 3

Re: [solved] In the process of rebuilding firefox with abs

Of course I did. I'm supposed to copy the md5sum values of mozconfig to the PKGBUILD, right?

Offline

#4 2009-12-06 03:54:47

SSRH
Member
Registered: 2009-12-06
Posts: 3

Re: [solved] In the process of rebuilding firefox with abs

Excuse this thread; I fixed the problem. I wasn't in the right directory.

Offline

#5 2009-12-06 04:18:58

tavianator
Member
From: Waterloo, ON, Canada
Registered: 2007-08-21
Posts: 858
Website

Re: [solved] In the process of rebuilding firefox with abs

Mark as [SOLVED] please.

Offline

#6 2009-12-06 08:15:55

jac
Member
From: /home/jac
Registered: 2009-05-19
Posts: 431
Website

Re: [solved] In the process of rebuilding firefox with abs

I'd also like to point out four you future reference that

makepkg -g >> PKGBUILD

and

makepkg -g > PKGBUILD

do very different things. ">>" appends to a file, while ">" overwrites a file. I think that is what karol was trying to point out, that you might have accidentaly done just ">". Glad it's resolved

Offline

Board footer

Powered by FluxBB