Re: Rpm-list Digest, Vol 43, Issue 4

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

 




Hello Kurt,

thank you.

It helps me.
On Fri, Sep 11, 2009 at 5:30 PM, <rpm-list-request@xxxxxxxxxxxxx> wrote:
Send Rpm-list mailing list submissions to
       rpm-list@xxxxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
       http://lists.rpm.org/mailman/listinfo/rpm-list
or, via email, send a message with subject or body 'help' to
       rpm-list-request@xxxxxxxxxxxxx

You can reach the person managing the list at
       rpm-list-owner@xxxxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Rpm-list digest..."


Today's Topics:

  1. Re: Cannot include sub directories and files in rpm package
     (pbdlists@xxxxxxxxxxxx)


----------------------------------------------------------------------

Message: 1
Date: Thu, 10 Sep 2009 20:24:58 +0200
From: pbdlists@xxxxxxxxxxxx
Subject: Re: Cannot include sub directories and files in rpm package
To: General discussion about the RPM package manager
       <rpm-list@xxxxxxxxxxxxx>
Message-ID: <20090910182458.GB13338@xxxxxxxxxxxx>
Content-Type: text/plain; charset=us-ascii

Hi Ram,

> install -p /mine/derot.txt $RPM_BUILD_ROOT/home/dictator/supplies/ShellScripts/mine/derot.txt

You try to copy derot.txt from /mine/ instead of from
ShellScripts/mine/. You probabls want this line to read

       install -p ShellScripts/mine/derot.txt $RPM_BUILD_ROOT/home/dictator/supplies/ShellScripts/mine/derot.txt

To add the mine directory in your build stage, you should be able to add
a mkdir command to your %build section.

Hope this helps,

Kurt

On Thu, Sep 10, 2009 at 12:19:09PM +0530, ram s wrote:
> Hello,
>
> I am creating one rpm for my package.
>
> WHen I try to run spec file, it shows the sub directories can't be fine.
>
> Error:
>
> install: cannot stat `/mine/derot.txt': No such file or directory
> error: Bad exit status from /home/user/rpmbuild/tmp/rpm-tmp.XgsNY2
> (%install)
>
>
> Actually in SOURCE, I have Script directory. Inside the ShellScript dir, I
> have mine directory and its files.
>
> my spec %install part is,
> %install
>
> mkdir -p $RPM_BUILD_ROOT/home/dictator/
> mkdir -p $RPM_BUILD_ROOT/home/dictator/supplies
> mkdir -p $RPM_BUILD_ROOT/home/dictator/supplies/ShellScripts
> mkdir -p $RPM_BUILD_ROOT/home/dictator/supplies/ShellScripts/mine
>
> install -d ShellScripts $RPM_BUILD_ROOT/home/dictator/supplies/ShellScripts
> install -p Scripts/dir_check.sh
> $RPM_BUILD_ROOT/home/dictator/supplies/ShellScripts/dir_check.sh
> install -d ShellScripts/mine
> $RPM_BUILD_ROOT/home/dictator/supplies/ShellScripts/mine
> install -p /mine/derot.txt
> $RPM_BUILD_ROOT/home/dictator/supplies/ShellScripts/mine/derot.txt
> install -p ShellScripts/mine/dir_check.sh
> $RPM_BUILD_ROOT/home/dictator/supplies/ShellScripts/mine/dir_check.sh
>
> In my test-1.tar.gz file, test-1 directory contains ShellScript dir. Inside
> ShellScript dir, i created mine directory.
>
> In build, I am noit able to add mine in my binary.
>
> How to add directory and subdirectories in binary.
>
> thank you.

> _______________________________________________
> Rpm-list mailing list
> Rpm-list@xxxxxxxxxxxxx
> http://lists.rpm.org/mailman/listinfo/rpm-list



------------------------------

_______________________________________________
Rpm-list mailing list
Rpm-list@xxxxxxxxxxxxx
http://lists.rpm.org/mailman/listinfo/rpm-list


End of Rpm-list Digest, Vol 43, Issue 4
***************************************

_______________________________________________
Rpm-list mailing list
Rpm-list@xxxxxxxxxxxxx
http://lists.rpm.org/mailman/listinfo/rpm-list

[Index of Archives]     [RPM Ecosystem]     [Linux Kernel]     [Red Hat Install]     [PAM]     [Red Hat Watch]     [Red Hat Development]     [Red Hat]     [Gimp]     [Yosemite News]     [IETF Discussion]

  Powered by Linux