adi1090x / rofi

A huge collection of Rofi based custom Applets, Launchers & Powermenus.
GNU General Public License v3.0
6.51k stars 303 forks source link

getting chmod no directory found error with aur package #32

Closed therajat08 closed 3 years ago

therajat08 commented 3 years ago

ran makepkg -si and getting following message

==> Making package: rofi-applets-menus 6e84e05-1 (Monday 07 December 2020 10:07:48 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Cloning rofi git repo...
Cloning into bare repository '/home/rajat/Desktop/rofi-applets-menus/rofi'...
remote: Enumerating objects: 927, done.
remote: Counting objects: 100% (927/927), done.
remote: Compressing objects: 100% (382/382), done.
remote: Total 927 (delta 562), reused 817 (delta 474), pack-reused 0
Receiving objects: 100% (927/927), 24.14 MiB | 1.79 MiB/s, done.
Resolving deltas: 100% (562/562), done.
==> Validating source files with md5sums...
    rofi ... Skipped
==> Extracting sources...
  -> Creating working copy of rofi git repo...
Cloning into 'rofi'...
done.
==> Entering fakeroot environment...
==> Starting package()...
chmod: cannot access 'scripts/*': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

Please help